Change readme to reflect switch back to MongoDB
This commit is contained in:
parent
ba664fd19a
commit
a82341ea4f
1 changed files with 2 additions and 2 deletions
|
@ -11,12 +11,12 @@ You can invite the bot to your server using this link: https://projectlounge.pw/
|
|||
|
||||
A command list can be found [here](https://projectlounge.pw/esmBot/help.html).
|
||||
|
||||
The bot is only supported on Linux/Unix-like operating systems. If you want to run it locally for testing purposes, you should install ImageMagick (version >=7), FFmpeg, PostgreSQL, libstb and the Microsoft core fonts:
|
||||
The bot is only supported on Linux/Unix-like operating systems. If you want to run it locally for testing purposes, you should install ImageMagick (version >=7), FFmpeg, MongoDB, libstb and the Microsoft core fonts:
|
||||
|
||||
```shell
|
||||
# On most Debian/Ubuntu-based distros you will need to build ImageMagick from source instead of installing from apt/similar package managers.
|
||||
# Instructions to do so can be found here: https://imagemagick.org/script/install-source.php
|
||||
sudo apt-get install imagemagick ffmpeg postgresql ttf-mscorefonts-installer libstb-dev
|
||||
sudo apt-get install imagemagick ffmpeg mongodb ttf-mscorefonts-installer libstb-dev
|
||||
```
|
||||
You'll also need to build and install [zxing-cpp](https://github.com/nu-book/zxing-cpp) from source.
|
||||
|
||||
|
|
Loading…
Reference in a new issue