aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-29 19:30:08 -0400
committerhistoria <[not public]>2026-06-29 19:30:08 -0400
commit6c5271fb085b4571a10f106391974c249cd84317 (patch)
tree79354d3810ba9cdd133cec37eb1ba8742956eb9d /README.md
parent7d76673fa0707d204c7d084c8f90c8133c22a31a (diff)
downloadthehouseoficarus-6c5271fb085b4571a10f106391974c249cd84317.tar.gz
simplified undig command
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 2444c4c..cb23503 100644
--- a/README.md
+++ b/README.md
@@ -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
```