1
0
mirror of https://github.com/til-schneider/slim-wiki.git synced 2025-08-11 19:14:10 +02:00

Added a note why node.js is needed (for the build)

This commit is contained in:
til-schneider
2016-02-02 19:52:44 +01:00
parent 0f32db992b
commit 308a2d25e2

View File

@@ -29,6 +29,9 @@ Want to develop slim wiki?
cd src cd src
npm install npm install
**Note:** node.js is only used by grunt for the build. Slim wiki uses PHP to run on server-side.
### Build instructions ### Build instructions