Compare commits
No commits in common. "d8b327752ed3a3668382f06e252f3272e34b9279" and "90cce68581a1fb95b2add7fe204f72f80e64ae4d" have entirely different histories.
d8b327752e
...
90cce68581
|
@ -4,7 +4,7 @@ System dependencies: A stable version of node>=10, mysql3 (or a compatible imple
|
|||
|
||||
### Setup Instructions
|
||||
```bash
|
||||
git clone https://pond.waldn.net/git/knotteye/satyr.git
|
||||
git clone https://gitlab.com/knotteye/satyr.git
|
||||
cd satyr
|
||||
npm install
|
||||
npm run setup
|
||||
|
|
|
@ -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://pond.waldn.net/git/knotteye/satyr.git
|
||||
git clone https://gitlab.com/knotteye/satyr.git
|
||||
cd satyr
|
||||
```
|
||||
Install nodejs dependencies
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "satyr",
|
||||
"version": "0.10.1",
|
||||
"version": "0.10.0",
|
||||
"description": "A livestreaming server.",
|
||||
"license": "AGPL-3.0",
|
||||
"author": "knotteye",
|
||||
|
|
Reference in New Issue