From 384242e5eb9558c6a73e098adb4d9a22fdf496f6 Mon Sep 17 00:00:00 2001 From: Sam Doshi Date: Sun, 1 Oct 2017 08:29:46 +0100 Subject: [PATCH] Don't sudo with brew in QUICKSTART-C.md --- QUICKSTART-C.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QUICKSTART-C.md b/QUICKSTART-C.md index 991d61d4..d777a84f 100644 --- a/QUICKSTART-C.md +++ b/QUICKSTART-C.md @@ -20,7 +20,7 @@ You might need to run `sudo port selfupdate` before installing to update the pac You can also install via Homebrew. ``` -$ sudo brew install msgpack +$ brew install msgpack ``` ## FreeBSD with Ports Collection