Skip to content

Commit

Permalink
docs(README): Use main instead development build for example
Browse files Browse the repository at this point in the history
  • Loading branch information
jontze committed Jul 29, 2023
1 parent a12c17b commit f9327f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker pull ghcr.io/jontze/cadency_rs:main

## Permissions

Cadency requires the `bot` **scope** and several permissions on a server to work properly Therefore, ensure to set these in the developer portal during the creation of the invite link:
Cadency requires the `bot` **scope** and several permissions on a server to work properly. Therefore, ensure to set these in the developer portal during the creation of the invite link:

- `Send Messages`
- `Connect`
Expand All @@ -42,7 +42,7 @@ Cadency requires the `bot` **scope** and several permissions on a server to work
Replace the TOKEN_HERE with your token:

```sh
docker run --name cadency_rs -d -it --rm -e DISCORD_TOKEN=DISCORD_TOKEN_HERE ghcr.io/jontze/cadency_rs:develop
docker run --name cadency_rs -d -it --rm -e DISCORD_TOKEN=DISCORD_TOKEN_HERE ghcr.io/jontze/cadency_rs:main
```

This runs the container in detatched mode (background) and removes it when it stops running. This makes sure that you are always using an up-to-date version of cadency-rs.
Expand Down

0 comments on commit f9327f7

Please sign in to comment.