1
0
Fork 0
mirror of https://github.com/on4kjm/FLEcli.git synced 2025-01-18 13:01:09 +01:00

Update the notes

This commit is contained in:
Jean-Marc MEESSEN 2020-05-28 13:32:34 +02:00
parent 65a1de08a1
commit b9ab1c0552

View file

@ -19,7 +19,9 @@ test -d "${GOPATH}/src/github.com" || mkdir -p "${GOPATH}/src/github.com"
## Enable cobra
Cobra documentation available at https://github.com/spf13/cobra/blob/master/cobra/README.md
* `go get -u github.com/spf13/cobra/cobra`
* `go mod init FLEcli`
* `cobra init --pkg-name FLEcli`
* `cobra init --pkg-name FLEcli -l MIT`
* `cobra add load` adds a load command