diff --git a/README.md b/README.md index 02a83ae..22f7a0d 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ # Installation 1. `wget https://raw.githubusercontent.com/emp-toolkit/emp-readme/master/scripts/install.py` -2. `python install.py --install --tool=master` - 1. By default it will build for Release. `-DCMAKE_BUILD_TYPE=[Release|Debug]` option is also available. - 2. No sudo? Change [`CMAKE_INSTALL_PREFIX`](https://cmake.org/cmake/help/v2.8.8/cmake.html#variable%3aCMAKE_INSTALL_PREFIX). +2. `python install.py --deps --tool ` + 1. You can use `--ot=[release]` to install a particular branch or release + 2. By default it will build for Release. `-DCMAKE_BUILD_TYPE=[Release|Debug]` option is also available. + 3. No sudo? Change [`CMAKE_INSTALL_PREFIX`](https://cmake.org/cmake/help/v2.8.8/cmake.html#variable%3aCMAKE_INSTALL_PREFIX). + # Usage