From 5403f6ea5948b1738e160dc56faa18ccb0cfb13a Mon Sep 17 00:00:00 2001 From: Alex Yatskov Date: Fri, 3 Feb 2017 20:40:35 -0800 Subject: [PATCH] Updating README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5813acf..00fcd20 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ for development: 2. Initialize (`git submodule init`) and update (`git submodule update`) the project submodules. 3. Switch to the `eb` directory and execute `./configure --disable-shared --disable-ebnet --disable-nls`. 4. While still in the `eb` directory, build the modified library by executing `make`. -4. Switch to the `jansson` directory then execute `cmake .` and `make`. -5. From the project root directory, execute `cmake .` and `make`. +5. Switch to the `jansson` directory then execute `cmake .` and `make`. +6. From the project root directory, execute `cmake .` and `make`. ## Usage ##