From f5aa97337b7f30cbf8ccbb4a763860e6576a8108 Mon Sep 17 00:00:00 2001 From: Xiao Wang Date: Sat, 21 Aug 2021 21:57:01 -0500 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 404bb3a..8dd5020 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,10 @@ Installation ===== 1. `wget https://raw.githubusercontent.com/emp-toolkit/emp-readme/master/scripts/install.py` -2. `python install.py -install -tool -ot` - 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 --install --tool --ot` + 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). Test =====