Skip to content

Commit 573b0c3

Browse files
Point to new wiki (#700)
* doc improvements * remove typo
1 parent 4faaae2 commit 573b0c3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Any bugs, suggestions or issues can be raised by creating an issue on this repo.
2828
## Documentation
2929

3030
You can learn how to setup Ballsdex and use all of its tools on the
31-
[wiki](https://github.com/laggron42/BallsDex-Discordbot/wiki/)!
31+
[wiki](wiki.ballsdex.com)!
3232
More sections are added progressively.
3333

3434
## Supporting

docs/selfhosting/installation/installing-ballsdex.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ To run Ballsdex, we need Docker and git.
5757
Press `q` to exit this screen.
5858

5959
3. Give your user the docker group. This will avoid having to use `sudo` every time you use Docker.
60+
!!! warning
61+
You do **not** need to replace \${USER} with your user! The shell will replace it for you.
62+
6063
```bash { .copy }
6164
sudo usermod -aG docker ${USER}
6265
su - ${USER}
@@ -168,4 +171,4 @@ To shut down the bot in this mode, run `docker compose down`.
168171

169172
Even if your bot is online, there are no countryballs yet, they need to be added through the administration panel, your tool to control the bot's content.
170173

171-
**The next step of this tutorial is [here](../admin-panel/getting-started.md)**
174+
**The next step of this tutorial is [here](../admin-panel/getting-started.md)**

0 commit comments

Comments
 (0)