Update install instructiosn for Fedora/RHEL, add line for Alpine Linux

This commit is contained in:
Korbs 2025-01-22 06:30:28 +00:00
parent 73278c70ee
commit 461cec77b2

View File

@ -45,8 +45,9 @@ Poke uses OpenH264, which is free software! No non-free components included :3 V
### NodeJS ### NodeJS
1. **Install Packages** 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++` - 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) (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] - nin0git :`$ git clone https://git.nin0.dev/mirrors/poke.git` [sync every 10mins]
not reccomended, unstable 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** 3. **Install Dependencies**
- `$ cd poke` - `$ cd poke`