1
0
mirror of https://github.com/xuthus83/pigallery2.git synced 2024-11-03 21:04:03 +08:00

Merge pull request #357 from estshorter/master

update URL to the latest stable release
This commit is contained in:
Patrik J. Braun 2021-09-24 00:04:45 +02:00 committed by GitHub
commit 753cc9db77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,8 +61,8 @@ 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.8.0/pigallery2.zip wget https://github.com/bpatrik/pigallery2/releases/download/1.9.0/pigallery2-release.zip
unzip pigallery2.zip -d pigallery2 unzip pigallery2-release.zip -d pigallery2
cd pigallery2 cd pigallery2
npm install npm install
``` ```