fixed few typos from main readme.md

This commit is contained in:
okalintu
2016-05-19 02:13:43 +03:00
parent 36cb826aff
commit f66a855ad1
+2 -2
View File
@@ -8,8 +8,8 @@ virtualenv -p python3 virtualenv.sikweb
### clone This repo and enter it
git clone <url to repo>
cd <url to repo>
git clone url_to_repo
cd url_to_repo
### Activate virtualenv (assuming we are on root of this repo and virtualenv is one step above)
`. ../virtualenv.sikweb/bin/activate`