Skip to content

Commit

Permalink
doc: Avoid tarball install issue. fix #620
Browse files Browse the repository at this point in the history
  • Loading branch information
bastienwirtz committed Oct 30, 2024
1 parent b168430 commit c7a6f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c7a6f54

Please sign in to comment.