From 7ea86a1e8a5bdc4417cdea66dcfe3e6b6629b6be Mon Sep 17 00:00:00 2001 From: Ashley Perpetual Date: Thu, 3 Mar 2016 17:38:25 +0800 Subject: [PATCH] Changed '.' to 'source' in virtualenv section of README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c0676c55..285afc5b 100644 --- a/README.md +++ b/README.md @@ -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