From 7107cb4c8f117433861f99819f07a879ef3b2c04 Mon Sep 17 00:00:00 2001 From: knotteye Date: Sat, 17 Oct 2020 23:37:34 -0500 Subject: [PATCH] Update documentation for new repository host --- README.md | 2 +- docs/INSTALLATION.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index db204c1..1d2c4a7 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ System dependencies: A stable version of node>=10, mysql3 (or a compatible imple ### Setup Instructions ```bash -git clone https://gitlab.com/knotteye/satyr.git +git clone https://pond.waldn.net/git/knotteye/satyr.git cd satyr npm install npm run setup diff --git a/docs/INSTALLATION.md b/docs/INSTALLATION.md index a4609b3..cf2b82a 100644 --- a/docs/INSTALLATION.md +++ b/docs/INSTALLATION.md @@ -11,7 +11,7 @@ Before starting, you should create a system user to run the satyr service. Clone the repository and change to the directory ```bash -git clone https://gitlab.com/knotteye/satyr.git +git clone https://pond.waldn.net/git/knotteye/satyr.git cd satyr ``` Install nodejs dependencies