diff --git a/README.md b/README.md index 3ce527e..2110b91 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,10 @@ ### Steps to build DrogonCMS from Source code 0. Clone the repository `git clone https://git.sharpetronics.com/sharpetronics/DrogonCMS` and `cd DrogonCMS/` -0a. *optional* checkout correct branch e.g. `git checkout drogonCMS-cmake` -1. Run `cmake -D CMAKE_BUILD_TYPE=Release .` -2. Then, to build the executable, we do `cmake --build .` -3. Run the app with `./DrogonCMS` +1. *optional* checkout correct branch e.g. `git checkout drogonCMS-cmake` +2. Run `cmake -D CMAKE_BUILD_TYPE=Release .` +3. Then, to build the executable, we do `cmake --build .` +4. Run the app with `./DrogonCMS` ## Development & Contributing