From e95d981be075fa695cc4bbac97d12156998b18c3 Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Tue, 16 Jun 2015 11:09:45 +0200 Subject: [PATCH] python -m SimpleHTTPServer --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 0044b6a..ccb6700 100644 --- a/README.md +++ b/README.md @@ -124,6 +124,10 @@ Scope: - 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 [port] +``` ## Processing files and data