From 540280ef4504b4358d6991853774f9b3206be1f5 Mon Sep 17 00:00:00 2001 From: chrono Date: Sun, 2 Nov 2014 13:44:51 +0100 Subject: [PATCH] Minor fixes --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14e2b3b..db93f27 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ successfully on any other OS, please update this: If you want to deploy the code on a PI for production: - * pip install RPi.GPIO + $ pip install RPi.GPIO This **only applies to non-Raspbian installations**, since Raspbian ships RPi.GPIO with the default installation. @@ -62,7 +62,8 @@ All parameters are defined in config.py, just copy the example and review/change ### Client Access -Open Browser and goto http://127.0.0.1:8080 +Open Browser and goto http://127.0.0.1:8080 (for local development) or the IP +of your PI and the port defined in config.py (default 8080). ## License