aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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