diff options
Diffstat (limited to 'webclient/README')
-rw-r--r-- | webclient/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/webclient/README b/webclient/README deleted file mode 100644 index ef79b25708..0000000000 --- a/webclient/README +++ /dev/null @@ -1,13 +0,0 @@ -Basic Usage ------------ - -The web client should automatically run when running the home server. -Alternatively, you can run it stand-alone: - - $ python -m SimpleHTTPServer - -Then, open this URL in a WEB browser:: - - http://127.0.0.1:8000/ - - |