docs: 📝 formatting

This commit is contained in:
ThatOneCalculator 2022-11-27 11:55:45 -08:00
parent 686a54746e
commit d494451789

View file

@ -49,14 +49,10 @@ This guide will work for both **starting from scratch** and **migrating from Mis
## 📦 Dependencies
- 🐢 At least [NodeJS](https://nodejs.org/en/) v18.12.1 (v19.1.0 recommended)
- Best installed with [nvm](https://github.com/nvm-sh/nvm)
- Install with [nvm](https://github.com/nvm-sh/nvm)
- 🐘 At least [PostgreSQL](https://www.postgresql.org/) v12
- 🍱 At least [Redis](https://redis.io/) v6 (v7 recommended)
- 📗 (Optional) [FFmpeg](https://ffmpeg.org/)
- 🛰️ (Optional, for non-Docker) [pm2](https://pm2.io/)
### 🏗️ Build dependencies
@ -64,8 +60,7 @@ This guide will work for both **starting from scratch** and **migrating from Mis
- 🦬 C/C++ compiler & build tools
- `build-essential` on Debian/Ubuntu Linux
- `base-devel` on Arch Linux
- 🐍 Python 3
- 🐍 [Python 3](https://www.python.org/)
## 👀 Get folder ready