Skip to content

Commit

Permalink
Merge pull request #348 from Camerooooon/init-config-readme
Browse files Browse the repository at this point in the history
Modify readme to reflect new initconfig command
  • Loading branch information
JakeRoggenbuck authored Jun 20, 2022
2 parents 0ecba6f + 8384109 commit 961dccb
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,13 +92,12 @@ WantedBy=multi-user.target
## Config
### Using default config
```sh
WARN: Using default config. Create file /etc/acs/acs.toml for custom config.
WARN: Using default config. Create file '/etc/acs/acs.toml' for custom config or run 'acs initconfig' to setup default config automatically.
```
This warning recommends creating a config file, use the following example and install at `/etc/acs/acs.toml`
This warning recommends creating a config file, use the initconfig command to automatically create one for you!

```sh
mkdir /etc/acs
cp ./acs.toml /etc/acs/acs.toml
sudo acs initconfig
```

### This is an example config
Expand Down

0 comments on commit 961dccb

Please sign in to comment.