diff options
| author | historia <[not public]> | 2026-06-29 19:30:08 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-29 19:30:08 -0400 |
| commit | 6c5271fb085b4571a10f106391974c249cd84317 (patch) | |
| tree | 79354d3810ba9cdd133cec37eb1ba8742956eb9d /README.md | |
| parent | 7d76673fa0707d204c7d084c8f90c8133c22a31a (diff) | |
| download | thehouseoficarus-6c5271fb085b4571a10f106391974c249cd84317.tar.gz | |
simplified undig command
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -48,12 +48,12 @@ There is not much here yet. # Building -Install make and Go then +Install Go then ``` git clone https://codeberg.org/historia/thehouseoficarus cd thehouseoficarus -make +go build -o thoi ./cmd/mud ./thoi ``` |
