From 9c6eeed0f85f329643e1cfde9825dd8fe1aec04e Mon Sep 17 00:00:00 2001 From: Benjamin Sergeant Date: Mon, 18 Mar 2019 15:45:33 -0700 Subject: [PATCH] edit homebrew install steps --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 606c6328..09d62013 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,7 @@ There is a Dockerfile for running some code on Linux, and a unittest which can b You can build and install the ws command line tool with Homebrew. ``` -brew create --cmake https://github.com/machinezone/IXWebSocket/archive/v1.1.0.tar.gz +brew tap bsergean/IXWebSocket brew install IXWebSocket ```