Edited Virtualenv section in README.md to use fixed-width characters for commands, added 'browse' instruction below it
This commit is contained in:
parent
f905f019a6
commit
00503b596a
1 changed files with 5 additions and 4 deletions
|
@ -118,10 +118,11 @@ It downloads the latest version of ZeroNet then starts it automatically.
|
||||||
|
|
||||||
### Virtualenv
|
### Virtualenv
|
||||||
|
|
||||||
* virtualenv env
|
* `virtualenv env`
|
||||||
* . env/bin/activate
|
* `. env/bin/activate`
|
||||||
* pip install msgpack-python gevent
|
* `pip install msgpack-python gevent`
|
||||||
* python zeronet.py
|
* `python zeronet.py`
|
||||||
|
* Open http://127.0.0.1:43110/ in your browser
|
||||||
|
|
||||||
## Current limitations
|
## Current limitations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue