mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-22 05:50:48 +02:00
Added a couple of lines to the readme.
This commit is contained in:
parent
8f958359e9
commit
b61dd29e00
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -1,3 +1,13 @@
|
||||||
Files for tbaMUD.
|
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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue