From a1fa6a254abd78742b149692d6bd16bde69eb087 Mon Sep 17 00:00:00 2001 From: themighty1 Date: Mon, 15 Nov 2021 15:17:33 +0000 Subject: [PATCH] Fix Readme: use -- for arguments (#26) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb0fbca..8500fb6 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Authenticated Garbling and Efficient Maliciously Secure Two-Party Computation. M # Installation 1. `wget https://raw.githubusercontent.com/emp-toolkit/emp-readme/master/scripts/install.py` -2. `python install.py -install -tool -ot -ag2pc` +2. `python install.py --install --tool --ot --ag2pc` 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).