summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 15b2640..62b6c6a 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,13 @@ Building your own presentations
10 10
11If you would like to use this repository as a base from which to build your 11If you would like to use this repository as a base from which to build your
12own presentation website, you can clone the ``starter`` branch and work from 12own presentation website, you can clone the ``starter`` branch and work from
13there. The following commands will get you started: 13there. First, you will need node and npm.
14
15 // On ubuntu:
16 apt-get install nodejs nodejs-legacy npm
17
18
19The 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