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. | |
| 52 | 52 | ```bash | |
| 53 | 53 | pgit \ | |
| 54 | 54 | --out ./public/pico \ | |
| 55 | - | --label pico \ | |
| 56 | 55 | --home-url "https://git.erock.io" \ | |
| 57 | 56 | --revs main \ | |
| 58 | 57 | --repo ~/pico \ |
| ... | ... | @@ -60,11 +59,10 @@ pgit \ | |
| 60 | 59 | ||
| 61 | 60 | pgit \ | |
| 62 | 61 | --out ./public/starfx \ | |
| 63 | - | --label starfx \ | |
| 64 | 62 | --home-url "https://git.erock.io" \ | |
| 65 | 63 | --revs main \ | |
| 66 | 64 | --repo ~/starfx \ | |
| 67 | - | --root-relative "/starfx" | |
| 65 | + | --root-relative "/starfx/" | |
| 68 | 66 | ||
| 69 | 67 | echo '<html><body><a href="/pico">pico</a><a href="/starfx">starfx</a></body></html>' > ./public/index.html | |
| 70 | 68 |