mirror of
https://github.com/bastienwirtz/homer.git
synced 2025-03-13 06:49:32 +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
|
```sh
|
||||||
wget https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip
|
wget https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip
|
||||||
unzip homer.zip
|
unzip homer.zip -d homer
|
||||||
cd homer
|
cd homer
|
||||||
cp assets/config.yml.dist assets/config.yml
|
cp assets/config.yml.dist assets/config.yml
|
||||||
npx serve # or python -m http.server 8010 or apache, nginx ...
|
npx serve # or python -m http.server 8010 or apache, nginx ...
|
||||||
|
Loading…
Reference in New Issue
Block a user