From 308a2d25e2cab830b1d2b9aa1137fdc084f0bf69 Mon Sep 17 00:00:00 2001 From: til-schneider Date: Tue, 2 Feb 2016 19:52:44 +0100 Subject: [PATCH] Added a note why node.js is needed (for the build) --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index f6a080e..2a4df42 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ Want to develop slim wiki? cd src npm install +**Note:** node.js is only used by grunt for the build. Slim wiki uses PHP to run on server-side. + + ### Build instructions