]> BookStack Code Mirror - bookstack/commitdiff
Added npm install details
authorDan Brown <redacted>
Tue, 11 Dec 2018 14:54:34 +0000 (14:54 +0000)
committerGitHub <redacted>
Tue, 11 Dec 2018 14:54:34 +0000 (14:54 +0000)
Closes #1174

readme.md

index 245460f9ac0e5df3fb4cf0ad0854706a4ee74bc0..08da9c539fe939b9556ddff9f15b764411c20a51 100644 (file)
--- a/readme.md
+++ b/readme.md
@@ -25,11 +25,14 @@ In regards to development philosophy, BookStack has a relaxed, open & positive a
 
 All development on BookStack is currently done on the master branch. When it's time for a release the master branch is merged into release with built & minified CSS & JS then tagged at its version. Here are the current development requirements:
 
-* [Node.js](https://nodejs.org/en/) v6.9+
+* [Node.js](https://nodejs.org/en/) v10.0+
 
 SASS is used to help the CSS development and the JavaScript is run through babel to allow for writing ES6 code. This is done using webpack. To run the build task you can use the following commands:
 
 ``` bash
+# Install NPM Dependencies
+npm install
+
 # Build assets for development
 npm run build