summaryrefslogtreecommitdiff
path: root/netcon
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2015-12-15 15:43:07 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2015-12-15 15:43:07 -0800
commitf9837163d3d68a205f61eec2b1387addf69beb42 (patch)
tree3528ced2e9c06ea4d01e43c4db3f303af0aa0b26 /netcon
parent6bc93d2050ca89b7d464fa7d5a8779ba7c534a36 (diff)
downloadinfinitytier-f9837163d3d68a205f61eec2b1387addf69beb42.tar.gz
infinitytier-f9837163d3d68a205f61eec2b1387addf69beb42.zip
docs
Diffstat (limited to 'netcon')
-rw-r--r--netcon/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/netcon/README.md b/netcon/README.md
index 726bbed6..cbdd61fa 100644
--- a/netcon/README.md
+++ b/netcon/README.md
@@ -83,7 +83,7 @@ Now you can run an application inside your network container.
export LD_PRELOAD=/path/to/ZeroTierOne/libzerotierintercept.so
export ZT_NC_NETWORK=/tmp/netcon-test-home/nc_8056c2e21c000001
- python -m SimpleHTTPServer 80
+ python -m SimpleHTTPServer
(If you are using Python 3, use "-m http.server".)