penguin/AstroJS

Javascript framework for my blog

commit 8644a1b68e88cf95757300be8fb3a56b950d1b32

authortgckpg <tgckpg@gmail.com>
date2016-05-27T17:52:18Z
subjectUpdate README.md
commit 8644a1b68e88cf95757300be8fb3a56b950d1b32
Author: tgckpg <tgckpg@gmail.com>
Date:   2016-05-27T17:52:18Z

    Update README.md
---
 README.md | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index 657b365..29c63d2 100644
--- a/README.md
+++ b/README.md
@@ -12,13 +12,14 @@ A working concept of Js/Css framework for web browsers
 
 ### Disclaimer
 - This is a working concept. So it works on me. And may have a bunch of useless dependency. Use at your own risks!
-- It requires Python 3!
-
 
 ### Documentation
 - Will be added later
 
 ### Prerequisties
+- python3
+- virtualenv
+
 #### For Service.WebAPI
 - pip install Flask
 - pip install Celery
@@ -27,11 +28,11 @@ A working concept of Js/Css framework for web browsers
 
 ### Before start, run
 ```
+virtualenv env
 ./botan-rebuild
 ```
 
-#### To start just run ( need to be root )
-Don't worry, this will immediately drop root permission and switch to the user defined in settings.ini
+#### To start just run ( in virtualenv )
 ```
 ./botan-start
 ```