doc page, minor changes

This commit is contained in:
stjet
2025-03-16 06:04:20 +00:00
parent a2b0eeb510
commit 60cdf3afc0
9 changed files with 37 additions and 11 deletions

View File

@@ -11,3 +11,13 @@ Hacker News frontpage:
Wikipedia article:
![en.wikipedia.org/wiki/Ming_dynasty](koxinga_wiki.png)
## Building / Installing
After cloning the repo,
```
cargo build --release
chmod +x ./install #or ./local-install
./install
```