From b61dd29e0075698d84b03942d8390ceb8e587f8b Mon Sep 17 00:00:00 2001 From: welcor <357770+welcor@users.noreply.github.com> Date: Fri, 21 Jun 2024 00:22:15 +0200 Subject: [PATCH] Added a couple of lines to the readme. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 5485bea..c770dec 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ Files for tbaMUD. +--- +## To build + +1. clone the munit library into src/munit. It is registered as a submodule in git `git submodule init` +2. run configure: `./configure` +3. build the code: `cd src && make` +4. run the mud: `cd ..; bin/circle 1234` +5. connect via telnet to port 1234. + +Read more in the doc/ folder