summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Krotscheck <krotscheck@gmail.com>2015-07-31 10:07:01 +1000
committerMichael Krotscheck <krotscheck@gmail.com>2015-07-31 10:07:01 +1000
commite6e4cb6d5c9c83a71a23011557e50601488a1b2e (patch)
tree9c0c1e9aaad5ab610ed8f0b11e08a9570538703d
parente2ef8d991eb105573e0a62cfe9a3eacd0fe60fd0 (diff)
Added node installation instructions
-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