Skip to content

Commit 54c4157

Browse files
authored
Merge pull request #69 from paynejacob/fix-readme
2 parents 87528bb + e1ae5f7 commit 54c4157

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,15 @@ To install corral download the latest binary from the [releases](https://github.
99
Before we can use corral we need to run the first time setup.
1010

1111
```shell
12-
corral config -v digitalocean_token=$MY_DO_TOKEN -v digitalocean_domain=$MY_DO_DOMAIN
12+
corral config
1313
```
1414

15-
When we configured corral we also set two variables `digitalocean_token` and `digitalocean_domain`. Any variables set with config will be passed to all corrals. This is useful for setting things like cloud credentials or ssh keys. You can always override these values when creating a new corral with the `-v` flag.
15+
We also want to set a few global variables, `digitalocean_token` and `digitalocean_domain`. Any variables set with config will be passed to all corrals. This is useful for setting things like cloud credentials or ssh keys. You can always override these values when creating a new corral with the `-v` flag.
16+
17+
```shell
18+
corral config vars set digitalocean_token $MY_DO_TOKEN
19+
corral config vars set digitalocean_domain $MY_DO_DOMAIN
20+
```
1621

1722
## Create
1823

0 commit comments

Comments
 (0)