Skip to content

Commit

Permalink
missing "cd"
Browse files Browse the repository at this point in the history
  • Loading branch information
h4wkmoon committed Dec 8, 2017
1 parent 0042d75 commit ff1e34b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -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.

Expand Down

0 comments on commit ff1e34b

Please sign in to comment.