From 79e8bf7ebbe04b632c028855dae5367853f0c7c2 Mon Sep 17 00:00:00 2001
From: ZeroNet <HelloZeroNet@users.noreply.github.com>
Date: Thu, 29 Jan 2015 18:37:08 +0100
Subject: [PATCH] start.py on windows only, more info on limitations

---
 README.md | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.md b/README.md
index b059795c..2eba782e 100644
--- a/README.md
+++ b/README.md
@@ -31,19 +31,19 @@ Windows:
  - [Install Python Greenlet](http://zeronet.io/files/windows/greenlet-0.4.5.win32-py2.7.exe)
  - [Install Python Gevent](http://zeronet.io/files/windows/gevent-1.0.1.win32-py2.7.exe)
  - [Install Python MsgPack](http://zeronet.io/files/windows/msgpack-python-0.4.2.win32-py2.7.exe)
- - start `zeronet.py`
+ - start `start.py`
 
 Linux (Debian):
  - `apt-get install python-pip` 
  - `pip install pyzmq` (if it drops a compile error then run `apt-get install python-dev` and try again) 
  - `pip install gevent`
  - `pip install msgpack-python`
- - start using `python start.py`
+ - start using `python zeronet.py`
 
 Linux (Without root access):
  - `wget https://bootstrap.pypa.io/get-pip.py` 
  - `python get-pip.py --user pyzmq gevent msgpack-python`
- - start using `python start.py`
+ - start using `python zeronet.py`
 
 
 ## Current limitations
@@ -51,6 +51,8 @@ Linux (Without root access):
  - Just as anonymous as the bittorrent
  - File transactions not compressed or encrypted yet
  - No private sites
+ - You must have an open port to publish new changes
+ - Timeout problems on slow connections
 
 
 ## How can I create a ZeroNet site?
@@ -96,4 +98,4 @@ Bitcoin: 1QDhxQ6PraUZa21ET5fYUCPgdrwBomnFgX
 #### Thank you!
 
 - More info, help, changelog, zeronet sites: http://www.reddit.com/r/zeronet/
-- Come, chat with us: [#zeronet @ FreeNode](https://kiwiirc.com/client/irc.freenode.net/zeronet) 
\ No newline at end of file
+- Come, chat with us: [#zeronet @ FreeNode](https://kiwiirc.com/client/irc.freenode.net/zeronet)