Commit 42998cb

Eric Bower  ·  2024-12-20 19:53:34 -0500 EST
parent d183f40
docs: readme
1 files changed,  +1, -3
+1, -3
......@@ -52,7 +52,6 @@ you can run multiple repos and have them all live inside the same static site.
5252 ```bash
5353 pgit \
5454 --out ./public/pico \
55- --label pico \
5655 --home-url "https://git.erock.io" \
5756 --revs main \
5857 --repo ~/pico \
......@@ -60,11 +59,10 @@ pgit \
6059
6160 pgit \
6261 --out ./public/starfx \
63- --label starfx \
6462 --home-url "https://git.erock.io" \
6563 --revs main \
6664 --repo ~/starfx \
67- --root-relative "/starfx"
65+ --root-relative "/starfx/"
6866
6967 echo '<html><body><a href="/pico">pico</a><a href="/starfx">starfx</a></body></html>' > ./public/index.html
7068