- commit
- 42998cb
- parent
- d183f40
- author
- Eric Bower
- date
- 2024-12-20 19:53:34 -0500 EST
docs: readme
1 files changed,
+1,
-3
+1,
-3
1@@ -52,7 +52,6 @@ you can run multiple repos and have them all live inside the same static site.
2 ```bash
3 pgit \
4 --out ./public/pico \
5- --label pico \
6 --home-url "https://git.erock.io" \
7 --revs main \
8 --repo ~/pico \
9@@ -60,11 +59,10 @@ pgit \
10
11 pgit \
12 --out ./public/starfx \
13- --label starfx \
14 --home-url "https://git.erock.io" \
15 --revs main \
16 --repo ~/starfx \
17- --root-relative "/starfx"
18+ --root-relative "/starfx/"
19
20 echo '<html><body><a href="/pico">pico</a><a href="/starfx">starfx</a></body></html>' > ./public/index.html
21