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 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