added bower install to readme

This commit is contained in:
Rohit Nandwani
2019-06-24 11:37:48 -04:00
parent ec9be41ee4
commit 10e35f19e9

View File

@@ -5,6 +5,8 @@
sudo apt install npm -y sudo apt install npm -y
sudo npm install http-server -g sudo npm install http-server -g
sudo ln -s /usr/bin/nodejs /usr/bin/node sudo ln -s /usr/bin/nodejs /usr/bin/node
cd {{directory of the repository}}
bower install
``` ```
## To run ## To run