Fix for readme

This commit is contained in:
Andrew Pamment 2016-03-23 18:47:42 +10:00
parent b89886f948
commit 58679ef14a

View File

@ -24,7 +24,7 @@ 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/jamlib-1.4.7`
`./configure` `./configure`
@ -36,7 +36,7 @@ If you want to install Magicka BBS, follow these steps.
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` (FreeBSD) `make` (Linux)
5. Copy the config-default directory to a config directory. 5. Copy the config-default directory to a config directory.