diff options
| author | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-31 10:07:01 +1000 |
|---|---|---|
| committer | Michael Krotscheck <krotscheck@gmail.com> | 2015-07-31 10:07:01 +1000 |
| commit | e6e4cb6d5c9c83a71a23011557e50601488a1b2e (patch) | |
| tree | 9c0c1e9aaad5ab610ed8f0b11e08a9570538703d | |
| parent | e2ef8d991eb105573e0a62cfe9a3eacd0fe60fd0 (diff) | |
Added node installation instructions
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
| @@ -10,7 +10,13 @@ Building your own presentations | |||
| 10 | 10 | ||
| 11 | If you would like to use this repository as a base from which to build your | 11 | If you would like to use this repository as a base from which to build your |
| 12 | own presentation website, you can clone the ``starter`` branch and work from | 12 | own presentation website, you can clone the ``starter`` branch and work from |
| 13 | there. The following commands will get you started: | 13 | there. First, you will need node and npm. |
| 14 | |||
| 15 | // On ubuntu: | ||
| 16 | apt-get install nodejs nodejs-legacy npm | ||
| 17 | |||
| 18 | |||
| 19 | The following commands will get you started: | ||
| 14 | 20 | ||
| 15 | // This will install miscellaneous runtime dependencies. | 21 | // This will install miscellaneous runtime dependencies. |
| 16 | npm install | 22 | npm install |
