From aba27b9e866efa8fe1cbe92df46b116265e6c7ad Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Sun, 9 Apr 2017 23:44:18 +0200 Subject: Replace all github links with our own gitlab --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index b7e8c50..e4061df 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ 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 +git clone https://git.cloudron.io/cloudron/surfer.git cd surfer cloudron build cloudron install @@ -28,7 +28,7 @@ cloudron install ### Standalone Surfer can also be run standlone on any server: ``` -git clone https://github.com/nebulade/surfer.git +git clone https://git.cloudron.io/cloudron/surfer.git cd surfer npm install ./server.js @@ -64,4 +64,3 @@ cd surfer npm install USERNAME= PASSWORD= mocha --bail test/test.js ``` - -- cgit v1.2.3