From bff9376308eaa5dcbaa17d2fa949482b4947966a Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Thu, 2 Mar 2017 17:53:18 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d5c21a8..0db91a1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ For a dev install, run: pip install -e .[dev] ``` -This installs a few other dependencies used for tests, which you can run, for example, with some of the commands below: +This installs a few other dependencies used for tests which you can run with some of the commands below: ``` cd /path/to/manticore/ @@ -70,7 +70,7 @@ nosetests test/test_armv7cpu.py:Armv7CpuInstructions.test_mov_imm_min ## Quick start -After installing Manticore, here is some basic functionality you can try. +Here is some basic functionality you can try after installing Manticore: ``` cd examples/linux