From ff1e34b7a2bef68916b4aaf03182acd5171f5d70 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9g=C3=A9?= Date: Fri, 8 Dec 2017 13:28:58 +0100 Subject: [PATCH] missing "cd" --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4830685..1794b5b 100755 --- a/README.md +++ b/README.md @@ -26,8 +26,9 @@ The code here is the client-side portion of what you see when you visit a freebo Freeboard can be run entirely from a local hard drive. Simply download/clone the repository and open index.html. When using Chrome, you may run into issues with CORS when accessing JSON based APIs if you load from your local hard-drive— in this case you can switch to using JSONP or load index.html and run from a local or remote web server. 1. git clone https://github.com/Freeboard/freeboard.git -2. npm install -3. grunt +2. cd freeboard +3. npm install +4. grunt Then run a index.html or index-dev.html through a webserver.