mirror of
https://github.com/Luzifer/discord-community.git
synced 2024-11-08 23:20:01 +00:00
Clarify command for linux / windows users
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ac3eee5e0c
commit
9f86e19896
2 changed files with 4 additions and 2 deletions
|
@ -29,7 +29,8 @@
|
|||
- Unpack the archive you've downloaded
|
||||
- Start the bot in the same directory as your config (or provide a path to the config):
|
||||
```console
|
||||
# ./discord-community --config=config.yaml
|
||||
# ./discord-community_linux_amd64 --config=config.yaml
|
||||
# discord-community_windows_amd64.exe --config=config.yaml
|
||||
```
|
||||
|
||||
# Config format
|
||||
|
|
|
@ -29,7 +29,8 @@
|
|||
- Unpack the archive you've downloaded
|
||||
- Start the bot in the same directory as your config (or provide a path to the config):
|
||||
```console
|
||||
# ./discord-community --config=config.yaml
|
||||
# ./discord-community_linux_amd64 --config=config.yaml
|
||||
# discord-community_windows_amd64.exe --config=config.yaml
|
||||
```
|
||||
|
||||
# Config format
|
||||
|
|
Loading…
Reference in a new issue