mirror of
https://github.com/bastienwirtz/homer.git
synced 2024-11-07 08:44:00 +01:00
doc: Avoid tarball install issue. fix #620
This commit is contained in:
parent
b168430fbf
commit
c7a6f54f35
@ -115,7 +115,7 @@ wget https://github.com/bastienwirtz/homer/releases/latest/download/homer.zip
|
|||||||
unzip homer.zip -d homer
|
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 any web server.
|
pnpx http-server # or python -m http.server 8010 or any web server.
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build manually
|
### Build manually
|
||||||
|
Loading…
Reference in New Issue
Block a user