Skip to content

Commit e3d4c81

Browse files
authored
Update README.md
1 parent 0284899 commit e3d4c81

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
NadekoBot is an open source Discord bot. It is written in C# and is built on .NET 8.
66

7-
If you want to run your own instance of NadekoBot, please check out the [Self hosting Guides and Docs](https://docs.nadeko.bot).
8-
9-
If you have any questions, please visit our [Discord support server](https://discord.nadeko.bot).
7+
If you have any questions, please visit our Discord: https://discord.nadeko.bot
108

119
## Installation
1210

@@ -16,11 +14,11 @@ You may want to consider using [upeko](https://github.com/nadeko-bot/upeko/relea
1614

1715
### Hosting on a linux server
1816

19-
If you want your bot to be online 24/7, you should [host it on a linux vps](https://docs.nadeko.bot/guides/linux-guide).
17+
If you want your bot to be online 24/7, you should host it on a linux vps.
2018

2119
### Docker
2220

23-
There is an official Docker image for a [simple setup](https://docs.nadeko.bot/guides/docker-guide/)
21+
There is an official Docker image for a simple setup
2422
Short version:
2523
```sh
2624
docker run -d --name nadeko ghcr.io/nadeko-bot/nadekobot:v6 -e bot_token=YOUR_TOKEN_HERE -v "./data:/app/data" && docker logs -f --tail 500 nadeko

0 commit comments

Comments
 (0)