-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #7 from Kubernetli/kkl_init
update readme
- Loading branch information
Showing
1 changed file
with
10 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,18 @@ | ||
# fmcCLI [![GoDoc](https://godoc.org/github.com/kubernetli/fmcClient?status.svg)](https://pkg.go.dev/github.com/kubernetli/fmcClient) | ||
# fmcClient [![GoDoc](https://godoc.org/github.com/kubernetli/fmcClient/pkg/fmcClient?status.svg)](https://pkg.go.dev/github.com/kubernetli/fmcClient/pkg/fmcClient) | ||
|
||
Read the Docs from [GoDoc](https://pkg.go.dev/github.com/kubernetli/fmcClient/pkg/fmcClient) | ||
|
||
Download: | ||
```shell | ||
go get github.com/kubernetli/fmcClient/cmd/fmcCLI | ||
go get github.com/kubernetli/fmcClient/pkg/fmcClient | ||
``` | ||
see the docs at | ||
|
||
Read the Docs from [GoDoc](https://pkg.go.dev/github.com/chifu1234/fmcCLI) | ||
# fmcCLI [![GoDoc](https://godoc.org/github.com/kubernetli/fmcClient/cmf/fmcCLI?status.svg)](https://pkg.go.dev/github.com/kubernetli/fmcClient/cmd/fmcCLI) | ||
|
||
If you do not have the go command on your system, you need to [Install Go](http://golang.org/doc/install) first | ||
Read the Docs from [GoDoc](https://pkg.go.dev/github.com/kubernetli/fmcClient/cmd/fmcCLI) | ||
|
||
* * * | ||
Download: | ||
```shell | ||
go get github.com/kubernetli/fmcClient/cmd/fmcCLI | ||
``` |