More README fiddling

This commit is contained in:
Andrew Pamment 2016-03-23 18:41:45 +10:00
parent c52f6daffd
commit 0b438a3170

View File

@ -25,9 +25,13 @@ If you want to install Magicka BBS, follow these steps.
3. Build JamLib 3. Build JamLib
`cd MagickaBBS `cd MagickaBBS
./configure ./configure
make make
su su
make install` make install`
4. Build the BBS (You may have to adjust the Makefile for your system) 4. Build the BBS (You may have to adjust the Makefile for your system)
@ -41,9 +45,9 @@ If you want to install Magicka BBS, follow these steps.
6. Edit the config files and update essential information, like system paths and BBS name etc 6. Edit the config files and update essential information, like system paths and BBS name etc
7. Copy the ansi-default directory to the one specified in your system path 7. Copy the ansi-default directory to the one specified in your system path
`eg. eg.
cp -r ansi-default ansi` `cp -r ansi-default ansi`
8. Run Magicka BBS on a port over 1024 (Below require root, and wer're not ready for that). 8. Run Magicka BBS on a port over 1024 (Below require root, and wer're not ready for that).