update readme
This commit is contained in:
parent
6692b3bc77
commit
d91c21e607
1 changed files with 7 additions and 10 deletions
17
readme.md
17
readme.md
|
@ -1,4 +1,4 @@
|
||||||
[![pipeline status](https://git.boerlage.me/open/Geekbot.net/badges/master/pipeline.svg)](https://git.boerlage.me/open/Geekbot.net/commits/master)
|
[![pipeline status](https://gitlab.com/dbgit/open/geekbot/badges/master/pipeline.svg)](https://gitlab.com/dbgit/open/geekbot/commits/master)
|
||||||
|
|
||||||
# [Geekbot.net](https://geekbot.pizzaandcoffee.rocks/)
|
# [Geekbot.net](https://geekbot.pizzaandcoffee.rocks/)
|
||||||
|
|
||||||
|
@ -8,22 +8,19 @@ You can invite Geekbot to your server with [this link](https://discordapp.com/oa
|
||||||
|
|
||||||
## Technologies
|
## Technologies
|
||||||
|
|
||||||
* DotNet Core 2
|
* DotNet Core 3.1
|
||||||
* Redis
|
* PostgreSQL
|
||||||
* Discord.net
|
* Discord.net
|
||||||
|
|
||||||
## Running
|
## Running
|
||||||
|
|
||||||
Make sure redis is running
|
You can start geekbot with: `dotnet run`
|
||||||
|
|
||||||
Run these commands
|
On your first run geekbot will ask for your bot token.
|
||||||
|
|
||||||
* `dotnet restore`
|
You might need to pass some additional configuration (e.g. database credentials), these can be passed as commandline arguments.
|
||||||
* `dotnet run`
|
|
||||||
|
|
||||||
On your first run geekbot will ask for your bot token, everything else is taken care of.
|
For a list of commandline arguments use `dotnet run -- -h`
|
||||||
|
|
||||||
For a list of launch options use `dotnet run -h`
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue