]> git.immae.eu Git - perso/Immae/Projets/Nodejs/Surfer.git/commitdiff
Indicate where to specify the public folder
authorJohannes Zellner <johannes@nebulon.de>
Mon, 4 Jul 2016 12:45:42 +0000 (14:45 +0200)
committerJohannes Zellner <johannes@nebulon.de>
Mon, 4 Jul 2016 12:45:42 +0000 (14:45 +0200)
README.md

index 79697a215e96cb706b28a068bbf34840ba25ca4a..ec1c108bd9df07e6c9902d39771e8d87045903e1 100644 (file)
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Surfer can also be run standlone on any server:
 git clone https://github.com/nebulade/surfer.git
 cd surfer
 npm install
-./app.js
+./app.js <public folder>
 ```
 Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management.