From 00503b596a10b31effa805ebb79e35c055e13eff Mon Sep 17 00:00:00 2001 From: Ashley Perpetual Date: Wed, 2 Mar 2016 18:38:15 +0800 Subject: [PATCH] Edited Virtualenv section in README.md to use fixed-width characters for commands, added 'browse' instruction below it --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bc792db3..c590f01d 100644 --- a/README.md +++ b/README.md @@ -118,10 +118,11 @@ It downloads the latest version of ZeroNet then starts it automatically. ### Virtualenv -* virtualenv env -* . env/bin/activate -* pip install msgpack-python gevent -* python zeronet.py +* `virtualenv env` +* `. env/bin/activate` +* `pip install msgpack-python gevent` +* `python zeronet.py` +* Open http://127.0.0.1:43110/ in your browser ## Current limitations