Compare commits

...

2 Commits

Author SHA1 Message Date
knotteye d8b327752e Bump minor version 2020-10-17 23:41:37 -05:00
knotteye 7107cb4c8f Update documentation for new repository host 2020-10-17 23:37:34 -05:00
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -1,6 +1,6 @@
{
"name": "satyr",
"version": "0.10.0",
"version": "0.10.1",
"description": "A livestreaming server.",
"license": "AGPL-3.0",
"author": "knotteye",