Skip to content

Commit

Permalink
[#1620] Fix the config apply flag in the docs (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ljupcovangelski authored Apr 26, 2021
1 parent fbfc0cf commit 201b85a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/getting-started/installation/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Use an airy.yaml configuration file to customize your Airy Core instance
The configuration workflow is as simple as:

```sh
$EDITOR airy.yaml # create your airy.yaml
airy config --config path/to/airy.yml # apply your config!
$EDITOR /path/to/config/directory/airy.yaml # edit your airy.yaml file
airy config apply --config-dir /path/to/config/directory/ # apply your config
```

Your Airy Core instance will start and stop components accordingly to your
Expand Down Expand Up @@ -97,5 +97,5 @@ use the [airy config apply](/cli/usage.md#config-apply) by running the
following [Airy CLI](/cli/introduction.md) command.

```bash
airy config apply --config ./airy.yaml
airy config apply --config-dir /path/to/config/directory/
```

0 comments on commit 201b85a

Please sign in to comment.