1
0
Fork 0
mirror of https://github.com/bastienwirtz/homer.git synced 2026-01-23 02:15:09 +00:00

doc: Avoid tarball install issue. fix #620

This commit is contained in:
Bastien Wirtz 2024-10-30 13:39:05 +01:00
parent b168430fbf
commit c7a6f54f35

View file

@ -115,7 +115,7 @@ wget https://github.com/bastienwirtz/homer/releases/latest/download/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 any web server.
pnpx http-server # or python -m http.server 8010 or any web server.
```
### Build manually