Changed '.' to 'source' in virtualenv section of README.md

This commit is contained in:
Ashley Perpetual 2016-03-03 17:38:25 +08:00
parent 1c0be2e5ce
commit 7ea86a1e8a
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ It downloads the latest version of ZeroNet then starts it automatically.
### [Virtualenv](https://virtualenv.readthedocs.org/en/latest/)
* `virtualenv env`
* `. env/bin/activate`
* `source env/bin/activate`
* `pip install msgpack-python gevent`
* `python zeronet.py`
* Open http://127.0.0.1:43110/ in your browser