From 9032dc91259d4301fd999a70e5de98a4dcb1c7d2 Mon Sep 17 00:00:00 2001 From: "Patrik J. Braun" Date: Sat, 26 Jan 2019 15:00:01 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8948784d..eb3cf93b 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.5/pigallery2.zip -unzip pigallery2.zip +unzip pigallery2.zip -d pigallery2 cd pigallery2 npm install ```