From 5f2e452d6b73758770a5efea8127fcd3ba7b542e Mon Sep 17 00:00:00 2001 From: Tom Dyson Date: Thu, 21 Feb 2019 14:59:06 +0000 Subject: [PATCH] fix README typo (#41) in brew install instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 02c0cdd70..c764bf6d9 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ make benchmark Requirements: We require a recent version of cmake. On macOS, the easiest way to install cmake might be to use [brew](https://brew.sh) and then type ``` -brew install cmake" +brew install cmake ``` There is an [equivalent brew on Linux which works the same way as well](https://linuxbrew.sh).