From 2379fb36a0864908dca0b818e9921a7164e90be0 Mon Sep 17 00:00:00 2001 From: Xiao Wang Date: Sat, 21 Aug 2021 21:54:40 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 701d8e7..02a83ae 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ # Installation 1. `wget https://raw.githubusercontent.com/emp-toolkit/emp-readme/master/scripts/install.py` -2. `python install.py -install -tool` +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).