mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
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:
parent
842cf8ad2c
commit
2c33b54385
@ -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 ...
|
||||
|
Loading…
Reference in New Issue
Block a user