From 1fc67e53672bab6280accdbe1ee1df9b8d0c975a Mon Sep 17 00:00:00 2001 From: Andrew Pamment Date: Sat, 9 Apr 2016 19:30:28 +1000 Subject: [PATCH] Updated README to mention this is master --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 5fa3e7b..a4e4a6c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,12 @@ If you want to install Magicka BBS, follow these steps. 1. Ensure you have git, c compiler, sqlite-dev and gnu make 2. Clone the repo `git clone https://github.com/apamment/MagickaBBS` + +2a. This is the master branch, it's recommended to check out the 0.1 branch + cd MagickaBBS/` + git checkout 0.1 + + 3. Build JamLib `cd MagickaBBS/jamlib`