mirror of
https://github.com/bastienwirtz/homer.git
synced 2026-01-23 02:15:09 +00: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue