1
0
mirror of https://github.com/bpatrik/pigallery2.git synced 2025-10-30 23:57:43 +02:00

Readme update

This commit is contained in:
Patrik J. Braun
2025-10-28 00:45:33 +01:00
parent 0048241967
commit bfe0c1f67d

View File

@@ -53,7 +53,7 @@ As an alternative, you can also directly [install Node.js](https://www.scaler.co
### 1.2.0 [Install Node.js](https://nodejs.org/en/download/) ### 1.2.0 [Install Node.js](https://nodejs.org/en/download/)
Download and extract Download and extract
```bash ```bash
curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash - curl -sL https://deb.nodesource.com/setup_22.x | sudo -E bash -
sudo apt-get install -y nodejs sudo apt-get install -y nodejs
``` ```
@@ -64,7 +64,7 @@ Full node install on raspberry pi description: https://www.w3schools.com/nodejs/
```bash ```bash
cd ~ cd ~
wget https://github.com/bpatrik/pigallery2/releases/download/1.9.0/pigallery2-release.zip wget https://github.com/bpatrik/pigallery2/releases/download/3.0.0/pigallery2-release.zip
unzip pigallery2-release.zip -d pigallery2 unzip pigallery2-release.zip -d pigallery2
cd pigallery2 cd pigallery2
npm install npm install