mirror of https://github.com/bastienwirtz/homer
doc: Avoid tarball install issue. fix #620
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