Updated readme to include mscorefonts

This commit is contained in:
TheEssem 2020-06-06 15:51:45 -05:00
parent ce1ddc2c65
commit 24d7dd5085
1 changed files with 3 additions and 3 deletions

View File

@ -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).
If you want to run it locally for testing purposes, you should install ImageMagick (version >=7), FFmpeg, and MongoDB:
If you want to run it locally for testing purposes, you should install ImageMagick (version >=7), FFmpeg, MongoDB, and the Microsoft core fonts:
```shell
# In many cases you will need to build ImageMagick from source instead of installing from apt/similar package managers.
# 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 mongodb
sudo apt-get install imagemagick ffmpeg mongodb ttf-mscorefonts-installer
```
After that, you should install the rest of the dependencies using npm: