Skip to content

Commit

Permalink
fix(doc): fix typo in install from binaries (#6065)
Browse files Browse the repository at this point in the history
  • Loading branch information
jqueguiner authored Jan 20, 2022
1 parent 02afa9b commit e625836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/hosting/ready-to-run/from-binaries.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ can use the `./cds-engine config edit` command.
Example:

```bash
mkdir -p $HOME/cds/download $HOME/cds/download $HOME/cds/hatchery-basedir
mkdir -p $HOME/cds/artifacts $HOME/cds/download $HOME/cds/hatchery-basedir
./cds-engine config edit conf.toml --output conf.toml \
api.artifact.local.baseDirectory=$HOME/cds/artifacts \
api.directories.download=$HOME/cds/download \
Expand Down

0 comments on commit e625836

Please sign in to comment.