From 828d4ffc0c4ee3693ffd09c8e8b7a18e2f7b9fa1 Mon Sep 17 00:00:00 2001 From: Anton-Latukha Date: Wed, 30 Sep 2020 16:23:38 +0300 Subject: [PATCH] README.md: Building: With benchmarks: rm superflous commands --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 859ac1b..f622566 100644 --- a/README.md +++ b/README.md @@ -106,10 +106,9 @@ To autoload prebuild project dependencies - please, enable the official HNix Cac ### With benchmarks -To build `hnix` with benchmarks enabled: +To run benchmarks: ``` -cabal v2-configure --enable-tests --enable-benchmarks cabal v2-bench ```