From 04aa03c85eba7445442098fedbb8f7949ba95e92 Mon Sep 17 00:00:00 2001 From: Mark Mossberg Date: Fri, 21 Apr 2017 15:18:56 -0400 Subject: [PATCH] Update README.md (#165) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b244469..54ff14a 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ sudo apt-get install z3 # Install manticore and python dependencies git clone https://github.com/trailofbits/manticore.git cd manticore -pip install --user --upgrade --no-binary capstone . +pip install --user --no-binary capstone . # Some example usage cd examples/linux