From c45b6cc8f0e060d60e54a3b2a34cfc5f0f55e67f Mon Sep 17 00:00:00 2001 From: r4 Date: Wed, 28 Jul 2021 18:28:20 +0200 Subject: [PATCH] Update readme --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 29170d9..f18e8d9 100644 --- a/README.md +++ b/README.md @@ -20,12 +20,16 @@ Directly uses youtube-dl and ffmpeg for downloading media. - Run the binary once to generate `config.json`: `./dcbot`. -- Make sure to have [ffmpeg](https://ffmpeg.org/) installed (basically every GNU/Linux/BSD distro should have a package for it). +- Make sure to have [ffmpeg](https://ffmpeg.org/) installed (basically every Linux/BSD distro should have a package for it). - Make sure to have a **RECENT** version of [youtube-dl](https://yt-dl.org/). If your distro doesn't package a recent version, see the section titled "Obtaining a recent youtube-dl binary". - In `config.json`, find the line that says `"token"`. In that line, change the text that says `"insert your discord bot token here"` to whatever your bot token is (just look it up if you don't know how to get one). Remember to keep the `""` sorrounding the token. +## Notes + +- youtube-dl might cause some problems with certain Unicode characters if the `LC_ALL` environment variable isn't set. + ## Setup ### Obtaining a recent youtube-dl binary @@ -38,4 +42,4 @@ Some distributions like Debian don't ship a very recent version of youtube-dl, b - In `config.json`, look for the line that says `"youtube-dl_path"`. In that line, change the value that says `"youtube-dl"` to `"./youtube-dl"`. -- Save and you're done. The bot should now look for youtube-dl locally instead of system-wide. \ No newline at end of file +- Save and you're done. The bot should now look for youtube-dl locally instead of system-wide.