Skip to content

Commit

Permalink
chore(doc): fix commands, add freebsd as OS (#4825)
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Sturm <reezer@reezer.org>
  • Loading branch information
reezer authored and fsamin committed Dec 19, 2019
1 parent 071520c commit 640394e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/hosting/ready-to-run/from-binaries.md
Expand Up @@ -23,7 +23,7 @@ mkdir $HOME/cds
cd cds

LAST_RELEASE=$(curl -s https://api.github.com/repos/ovh/cds/releases | grep tag_name | head -n 1 | cut -d '"' -f 4)
OS=linux # could be linux, darwin, windows
OS=linux # could be linux, darwin, windows, freebsd
ARCH=amd64 # could be 386, arm, amd64, arm64

# GET Binaries from GitHub
Expand Down Expand Up @@ -54,7 +54,7 @@ Generate a **[Configuration File]({{<relref "/hosting/configuration.md" >}})**
cd $HOME/cds

./cds-engine-linux-amd64 config new > $HOME/cds/conf.toml
./cds-engine-linux-amd64 download workers -f $HOME/cds/conf.toml
./cds-engine-linux-amd64 download workers --config $HOME/cds/conf.toml
./cds-engine-linux-amd64 start api --config $HOME/cds/conf.toml
```

Expand Down

0 comments on commit 640394e

Please sign in to comment.