From 288eaa8b1b606710e90ecd6565e0625cc8c09e0a Mon Sep 17 00:00:00 2001 From: kesu Date: Thu, 18 Jun 2015 17:15:18 +0000 Subject: [PATCH] Added Python 3 version of simple web server --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 43a1393..fccdf72 100644 --- a/README.md +++ b/README.md @@ -136,7 +136,7 @@ Notes: - For interaction with files based on the output of another command (like `git`), use `fpp` ([PathPicker](https://github.com/facebook/PathPicker)). - For a simple web server for all files in the current directory (and subdirs), available to anyone on your network, use: -`python -m SimpleHTTPServer 7777` (for port 7777 and Python 2). +`python -m SimpleHTTPServer 7777` (for port 7777 and Python 2) and `python -m http.server 7777` (for port 7777 and Python 3). ## Processing files and data