diff --git a/Installing-on-Linux.md b/Installing-on-Linux.md index 392ca5e..22322b5 100644 --- a/Installing-on-Linux.md +++ b/Installing-on-Linux.md @@ -33,7 +33,6 @@ sudo make install ###Requirements ``` sudo pip3.5 install git+https://github.com/Rapptz/discord.py@async -sudo pip3.5 install requests sudo pip3.5 install youtube_dl sudo pip3.5 install beautifulsoup4 ``` @@ -42,7 +41,7 @@ sudo pip3.5 install beautifulsoup4 ``` cd cd Desktop/ -sudo git clone https://github.com/Twentysix26/Red-DiscordBot.git +sudo git clone -b develop --single-branch https://github.com/Twentysix26/Red-DiscordBot.git Red-DiscordBot cd ```