Skip to content

Commit

Permalink
fix install cli instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrildiagne committed Feb 16, 2020
1 parent efb757f commit 5577258
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/install_cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,8 @@ kuda init <your_namespace>
Replace <your_namespace> with your [kuda.cloud](#) username.
-->


## Using [GCP](#)


GCP provides a good environment for running Kuda.

Follow the installation guide for
Expand All @@ -36,5 +34,5 @@ Follow the installation guide for
Then initialize your local configuration with your namespace.

```bash
kuda init -n <your_namespace> -p <your_domain>
```
kuda init <your_namespace> -p <your_domain>
```

0 comments on commit 5577258

Please sign in to comment.