Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dysta authored Jul 14, 2023
1 parent e0b0615 commit 6730a08
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

___

Expand All @@ -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.

___

<details>
<summary><h2>🗨 Features & Commands</h2></summary>
<br>
Expand Down Expand Up @@ -75,7 +84,6 @@ ___
- [ ] **`nightcore`**
- [ ] **`slowed`**
### Others
- [X] **`avatar`**
- [X] **`info`**
- [X] **`invite`**
- [X] **`donate`**
Expand Down

0 comments on commit 6730a08

Please sign in to comment.