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

Update README.md

This commit is contained in:
Patrik J. Braun 2019-01-26 15:00:01 -05:00 committed by GitHub
parent 2b0d21f99e
commit 9032dc9125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -41,7 +41,7 @@ Full node install on raspberry pi description: https://www.w3schools.com/nodejs/
```bash
cd ~
wget https://github.com/bpatrik/pigallery2/releases/download/1.5.5/pigallery2.zip
unzip pigallery2.zip
unzip pigallery2.zip -d pigallery2
cd pigallery2
npm install
```