X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=README.md;h=e4061dfe87b3017cf22b3ba0029f888d550b1491;hb=83544c5c8685db63b98d8035b99c501afe509776;hp=b7e8c50a8ee05887c3952858c0246c157b8c1bc6;hpb=f8c3136f4a06dd35734402d4cd8458aff622d081;p=perso%2FImmae%2FProjets%2FNodejs%2FSurfer.git 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 ``` -