diff options
| -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 |
