Skip to content

Commit

Permalink
Add katib-cli download command for Mac (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinay Kakade authored and k8s-ci-robot committed May 26, 2018
1 parent 16ec61d commit 49d1bef
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/getting-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,16 @@

First, Copy CLI tool.

For Linux
```bash
$ curl -Lo katib-cli https://github.com/kubeflow/katib/releases/download/v0.1.1-alpha/katib-cli-linux-amd64 && chmod +x katib-cli && sudo mv katib-cli /usr/local/bin/
```

For Mac
```bash
$ curl -Lo katib-cli https://github.com/kubeflow/katib/releases/download/v0.1.1-alpha/katib-cli-darwin-amd64 && chmod +x katib-cli && sudo mv katib-cli /usr/local/bin/
```

The cli tool will be put `/usr/local/bin/` directory.

Let's deploy Katib on your cluster.
Expand Down

0 comments on commit 49d1bef

Please # to comment.