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
This commit is contained in:
mattxcnm 2024-01-13 00:47:56 -05:00 committed by Bastien Wirtz
parent 842cf8ad2c
commit 2c33b54385

View File

@ -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 ...