Code Blocks in Readme

This commit is contained in:
Andrew Pamment 2016-03-23 18:40:40 +10:00
parent dbf17288d2
commit c52f6daffd

View File

@ -24,30 +24,30 @@ If you want to install Magicka BBS, follow these steps.
2. Clone the repo "git clone https://github.com/apamment/MagickaBBS 2. Clone the repo "git clone https://github.com/apamment/MagickaBBS
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)
gmake `gmake`
5. Copy the config-default directory to a config directory. 5. Copy the config-default directory to a config directory.
cp -r config-default config `cp -r config-default config`
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).
./magicka config/bbs.ini 2300 `./magicka config/bbs.ini 2300`
9. Your BBS is now running on port 2300, log in and create yourself an account! (By default there is only one 9. Your BBS is now running on port 2300, log in and create yourself an account! (By default there is only one
security level, you can add more, but you will need to use an SQLite Manager to modify users.sq3 and set security levels, as there is no user editor yet. security level, you can add more, but you will need to use an SQLite Manager to modify users.sq3 and set security levels, as there is no user editor yet.