aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorJohannes Zellner <johannes@nebulon.de>2016-07-04 14:45:42 +0200
committerJohannes Zellner <johannes@nebulon.de>2016-07-04 14:45:42 +0200
commit553c79b0947de2ae3cebb80ca01a3fe80991b943 (patch)
treee846e739e2a5efa657ab4a049be0f347ac44bec5 /README.md
parent98e34a58a23079ccfa6300ba72f0d3d0bcf3b676 (diff)
downloadSurfer-553c79b0947de2ae3cebb80ca01a3fe80991b943.tar.gz
Surfer-553c79b0947de2ae3cebb80ca01a3fe80991b943.tar.zst
Surfer-553c79b0947de2ae3cebb80ca01a3fe80991b943.zip
Indicate where to specify the public folder
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 79697a2..ec1c108 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Surfer can also be run standlone on any server:
31git clone https://github.com/nebulade/surfer.git 31git clone https://github.com/nebulade/surfer.git
32cd surfer 32cd surfer
33npm install 33npm install
34./app.js 34./app.js <public folder>
35``` 35```
36Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management. 36Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management.
37 37