1
0
Fork 0
mirror of https://codeberg.org/ashley/poke.git synced 2025-03-26 10:17:56 -04:00

Merge pull request 'Update README | Install Instructions and Mirrors' (#122) from Korbs/poke:main into main

Reviewed-on: https://codeberg.org/ashley/poke/pulls/122
This commit is contained in:
Ashley //// 2025-02-06 04:53:37 +00:00
commit 9f1a52d840

View file

@ -45,8 +45,9 @@ Poke uses OpenH264, which is free software! No non-free components included :3 V
### NodeJS
1. **Install Packages**
- Fedora/RHEL GNU/linux: `$ sudo dnf install git make gcc libcurl nodejs python libcurl4 g++`
- Fedora/RHEL GNU/linux: `$ sudo dnf install git make gcc libcurl nodejs python libcurl g++ curl-config`
- Debian/Ubuntu GNU/linux: `$ sudo apt install git make gcc libcurl4-openssl-dev nodejs npm python g++`
- Alpine Linux (non-gnu): `$ apk add git nodejs npm python make gcc g++ libcurl curl-dev`
(we dont know if it works on non-gnu systems)
@ -60,7 +61,7 @@ Poke uses OpenH264, which is free software! No non-free components included :3 V
- nin0git :`$ git clone https://git.nin0.dev/mirrors/poke.git` [sync every 10mins]
not reccomended, unstable
- SudoVanilla: `$ git clone https://ark.sudovanilla.org/Korbs/poke.git` [sync every update]
- SudoVanilla: `$ git clone https://ark.sudovanilla.org/Korbs/poke.git` [sync every week]
3. **Install Dependencies**
- `$ cd poke`