From 2c33b54385e49964e75d237ae26268b45cb2c208 Mon Sep 17 00:00:00 2001 From: mattxcnm <48501111+mattxcnm@users.noreply.github.com> Date: Sat, 13 Jan 2024 00:47:56 -0500 Subject: [PATCH] Update README.md for tarball install cmds add "-d homer" so the unzip command puts files in the correct "~/homer" directory, which is used in the next step --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cc215a4..660b59c 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Download and extract the latest release (`homer.zip`) from the [release page](ht ```sh wget https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip -unzip homer.zip +unzip homer.zip -d homer cd homer cp assets/config.yml.dist assets/config.yml npx serve # or python -m http.server 8010 or apache, nginx ...