From 461cec77b2e13e30c4039f41110f58f1d4aff217 Mon Sep 17 00:00:00 2001 From: Korbs Date: Wed, 22 Jan 2025 06:30:28 +0000 Subject: [PATCH] Update install instructiosn for Fedora/RHEL, add line for Alpine Linux --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5005a87..e0910070 100644 --- a/README.md +++ b/README.md @@ -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`