home: hub: minipeg

Download patch

ref: 66c0fe69896ce9b2d83eb8c505295d6c87e472cd
parent: 8cd7b36a0dc1aed76ab0a367267e210966668fbb
author: Andrew Chambers <ac@acha.ninja>
date: Sun Apr 10 15:41:34 CDT 2022

Add a website.

--- a/README.md
+++ b/README.md
@@ -15,7 +15,17 @@
 - [word count](./examples/wc.peg)
 - [calculator](./examples/calc.peg)
 - [basic interpeter](./examples/basic.peg)
-- [x86_64 assembler](https://github.com/andrewchambers/minias/blob/cd21b90feaa9b66296b8614023349fae7d314b4b/asm.peg)
+- [x86_64 assembler](https://raw.githubusercontent.com/andrewchambers/minias/master/asm.peg)
+
+## Documentation
+
+Read it online [here](https://andrewchambers.github.io/minipeg).
+
+Or read the man page directly:
+
+```
+man ./doc/minias.1
+```
 
 ## History
 
--- a/docs/index.html.sh
+++ b/docs/index.html.sh
@@ -15,10 +15,10 @@
 </p>
 
 <ul>
-<li>Single file distribution <a href="">minipeg.c<a/></li>
-<li>Example <a href="">calculator</a></li>
-<li>Example <a href="https://github.com/andrewchambers/minias/blob/master/asm.peg">x86_64 assembler</a></li>
-<li><a href="">Source repository</a></li>
+<li>Single file distribution <a href="https://github.com/andrewchambers/minipeg/releases">minipeg.c<a/></li>
+<li>Example <a href="https://raw.githubusercontent.com/andrewchambers/minipeg/upstream/examples/calc.peg">calculator</a></li>
+<li>Example <a href="https://raw.githubusercontent.com/andrewchambers/minias/master/asm.peg">x86_64 assembler</a></li>
+<li><a href="https://github.com/andrewchambers/minipeg">Source code</a></li>
 </ul>
 
 <h2>Man Page</h2>