From 11e2497478b73d72adf0d4161115d2ea35bf5209 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 Jan 2019 13:10:49 +0000 Subject: Remove code tags for links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 8c52d8c..2d1abcb 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,8 @@ It currently supports the following simulators: ## Build the Fuzzer -The fuzzer is split into an executable (in the [`app`](/app) folder) and a -library (in the [`src`](/src) folder). To build the executable, you will need +The fuzzer is split into an executable (in the [app](/app) folder) and a +library (in the [src](/src) folder). To build the executable, you will need [stack](https://docs.haskellstack.org/en/stable/README/) installed. Building directly using [cabal-install](https://www.haskell.org/cabal/download.html) is possible but not recommended and not directly supported. -- cgit