diff --git a/readme.md b/readme.md
index f3546731e579dcac730e921687db17ed0e99cffe..35e230cc7c44ac34fd4fd93f27fcc9fcff9adb27 100644
--- a/readme.md
+++ b/readme.md
@@ -92,16 +92,17 @@ After database connection is configured setup a database by applying migration s
 ```
 
 ## Development    
-Remember, that before working you have to activate _virtualenv_, by:
+Remember, that before working you have to activate _virtualenv_ (in project directory), by:
 
 ```bash
-devel@host ~/home/smash/scheduling-system $ . env/bin/activate
+. env/bin/activate
 ```
 
 In order to run development server, run:
 
 ```bash
-devel@host ~/home/smash/scheduling-system/smash $ ./manage.py runserver
+cd smash
+./manage.py runserver
 ```
 and go to `127.0.0.1:8000` in browser