diff --git a/README.md b/README.md index cf62392..13f06b7 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Example building instructions on Ubuntu: git clone # Something like: git@github.com:USERNAME/mbelib.git cd mbelib # Move into source folder mkdir build # Create build directory + cd build # Move to build directory cmake .. # Create Makefile for current system make # Compiles the library sudo make install # Library is installed into computer