From 3bd1432c6fd8b9f4adae8b39325c73f067418583 Mon Sep 17 00:00:00 2001 From: estshorter <1430311+estshorter@users.noreply.github.com> Date: Mon, 6 Sep 2021 20:07:38 +0900 Subject: [PATCH] fix filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f44db13b..c8a1f1ad 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ Full node install on raspberry pi description: https://www.w3schools.com/nodejs/ ```bash cd ~ 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 npm install ```