Added instructions for unix installs.

This commit is contained in:
Clinton Alexander 2016-07-19 09:24:39 +01:00
parent 474e4be4ee
commit ac040efe94

View File

@ -106,7 +106,7 @@ To install the web demo please follo these steps;
1. Install Node: https://nodejs.org/en/download/ and ensure the npm executable is on your classpath
2. Open a terminal
3. Run `npm install -g bower`
3. Run `npm install -g bower` or `sudo npm install -g bower` if on a *nix system.
4. In the terminal navigate to `<corda>/src/main/resources/com/r3corda/demos/api/irswebdemo`
5. Run `bower install`