edit homebrew install steps

This commit is contained in:
Benjamin Sergeant 2019-03-18 15:45:33 -07:00
parent c86b6074f2
commit 521f02c90e

View File

@ -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. 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 brew install IXWebSocket
``` ```