diff --git a/README.md b/README.md index 79b41d6b..463ba02a 100644 --- a/README.md +++ b/README.md @@ -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.6/pigallery2.zip +wget https://github.com/bpatrik/pigallery2/releases/download/1.7.0/pigallery2.zip unzip pigallery2.zip -d pigallery2 cd pigallery2 npm install @@ -74,7 +74,7 @@ docker run \ -v /sqlite.db:/pigallery2-release/sqlite.db \ -v :/pigallery2-release/demo/images \ -v :/pigallery2-release/demo/TEMP \ - bpatrik/pigallery2:1.5.6-stretch + bpatrik/pigallery2:1.7.0-stretch ``` Make sure that a file at `/config.json` and `sqlite.db` files exists before running it.