From 6730a082529a1ab07b061350f36cd47066411a83 Mon Sep 17 00:00:00 2001 From: Dysta Date: Fri, 14 Jul 2023 16:02:11 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cb24bee..e6fa8d4 100644 --- a/README.md +++ b/README.md @@ -23,12 +23,15 @@ Rename `.env.example` to `.env` and fill in the values. Run `poetry run task start`. ## ⁉ Other -The bot needs `ffmpeg` to work. +The bot needs [ffmpeg](https://ffmpeg.org/) to work. ### Install on Windows -Use the package manager [Chocolatey](https://community.chocolatey.org/) and run in an admin shell `choco install ffmpeg`. +Use the package manager [Chocolatey](https://community.chocolatey.org/) and run in an **admin shell** `choco install ffmpeg`. ### Install on Linux -Use apt, run `sudo apt install ffmpeg`. +Use **apt**, run `sudo apt install ffmpeg`. + +### Install on MacOS +Use **brew**, run `brew install ffmpeg`. ___ @@ -38,6 +41,12 @@ Run `docker-compose up -d`. ___ +## 🔮 Devcontainer +Clone the project then open it in `vscode`. If you have the `devcontainer` extension, it will ask you to reopen the project in a devcontainer. If not, open the commands prompt then search for **reopen in container**. \ +All the needs will be automatically installed. + +___ +

🗨 Features & Commands


@@ -75,7 +84,6 @@ ___ - [ ] **`nightcore`** - [ ] **`slowed`** ### Others - - [X] **`avatar`** - [X] **`info`** - [X] **`invite`** - [X] **`donate`**