Compare commits
2 Commits
90cce68581
...
d8b327752e
Author | SHA1 | Date |
---|---|---|
knotteye | d8b327752e | |
knotteye | 7107cb4c8f |
|
@ -4,7 +4,7 @@ System dependencies: A stable version of node>=10, mysql3 (or a compatible imple
|
||||||
|
|
||||||
### Setup Instructions
|
### Setup Instructions
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/knotteye/satyr.git
|
git clone https://pond.waldn.net/git/knotteye/satyr.git
|
||||||
cd satyr
|
cd satyr
|
||||||
npm install
|
npm install
|
||||||
npm run setup
|
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
|
Clone the repository and change to the directory
|
||||||
```bash
|
```bash
|
||||||
git clone https://gitlab.com/knotteye/satyr.git
|
git clone https://pond.waldn.net/git/knotteye/satyr.git
|
||||||
cd satyr
|
cd satyr
|
||||||
```
|
```
|
||||||
Install nodejs dependencies
|
Install nodejs dependencies
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "satyr",
|
"name": "satyr",
|
||||||
"version": "0.10.0",
|
"version": "0.10.1",
|
||||||
"description": "A livestreaming server.",
|
"description": "A livestreaming server.",
|
||||||
"license": "AGPL-3.0",
|
"license": "AGPL-3.0",
|
||||||
"author": "knotteye",
|
"author": "knotteye",
|
||||||
|
|
Reference in New Issue