From 38d16587483d99ce67fe3999207ef9d320c4903d Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 6 Feb 2020 13:26:46 +0100 Subject: [PATCH] README.md: minor fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 121812a..681e68c 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ $ brew install openssl cmake #### Build -After you just need to run `./build.sh` to trigger the whole build. +Run `./build.sh` to trigger cmake. If you dont want to use the script. you can build with cmake using the following commands: