]> git.0d.be Git - botaradio.git/commitdiff
Typo fix
authorazlux <github@azlux.fr>
Tue, 9 Apr 2019 14:22:56 +0000 (16:22 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2019 14:22:56 +0000 (16:22 +0200)
README.md

index ac892426cfd1dde50fdc3299259151b7b37572f9..fa29565b008f8a45ea305385c707a73648a49481 100644 (file)
--- a/README.md
+++ b/README.md
@@ -34,7 +34,8 @@ Example installation commands for Debian and Ubuntu:
 apt install python3-venv
 apt install ffmpeg
 git clone --recurse-submodules https://github.com/azlux/botamusique.git
-cd botamusique python3 -m venv venv
+cd botamusique
+python3 -m venv venv
 venv/bin/pip install wheel
 venv/bin/pip install -r requirements.txt
 ```
@@ -68,4 +69,4 @@ The following people joined the collaborators for a faster development, big than
 - @slipenbois
 - @mertkutay
 
-Feel free to ask me if you want to help activelly without using pull requests. 
\ No newline at end of file
+Feel free to ask me if you want to help activelly without using pull requests.