From f8c3136f4a06dd35734402d4cd8458aff622d081 Mon Sep 17 00:00:00 2001 From: Johannes Date: Thu, 17 Nov 2016 13:00:55 +0100 Subject: [PATCH] Update Readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec1c108..b7e8c50 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,8 @@ cloudron install --appstore-id io.cloudron.surfer The app package can be built using the [Cloudron command line tooling](https://cloudron.io/references/cli.html). ``` +git clone https://github.com/nebulade/surfer.git cd surfer - cloudron build cloudron install ``` @@ -31,9 +31,9 @@ Surfer can also be run standlone on any server: git clone https://github.com/nebulade/surfer.git cd surfer npm install -./app.js +./server.js ``` -Without LDAP integration, the default username is `test` with the same password. Check `src/auth.js` for further details about user management. +Use the `admin` tool to manage local users. ## File management -- 2.41.0