Skip to content
Snippets Groups Projects
Commit 025faec4 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

Updated README

parent 10c57cd8
No related branches found
No related tags found
1 merge request!2Style changes and changes to slides
......@@ -30,14 +30,14 @@ sudo ln -s /usr/bin/nodejs /usr/bin/node
- Install Yeoman, bower and grunt
```bash
sudo npm install --global yo
npm install -g generator-reveal
npm install -g grunt-cli
npm install -g bower
sudo npm install -g generator-reveal
sudo npm install -g grunt-cli
sudo npm install -g bower
```
- Move to the cloned repository and install other dependencies
```bash
npm install && bower install
sudo npm install
```
## Serve
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment