From e6e4cb6d5c9c83a71a23011557e50601488a1b2e Mon Sep 17 00:00:00 2001 From: Michael Krotscheck Date: Fri, 31 Jul 2015 10:07:01 +1000 Subject: Added node installation instructions --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 If you would like to use this repository as a base from which to build your own presentation website, you can clone the ``starter`` branch and work from -there. The following commands will get you started: +there. First, you will need node and npm. + + // On ubuntu: + apt-get install nodejs nodejs-legacy npm + + +The following commands will get you started: // This will install miscellaneous runtime dependencies. npm install -- cgit v1.2.3