Implement crc32c for Darwin, update documentation

This commit is contained in:
Harshavardhana
2015-01-23 19:33:37 -08:00
parent 727a8669fa
commit 01d15ca3b2
6 changed files with 38 additions and 11 deletions
+2 -3
View File
@@ -50,9 +50,9 @@ This installation document assumes Mac OSX Yosemite 10.10 or later on x86-64 pla
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
```
##### Install Git and GCC
##### Install Git
```sh
$ brew install git gcc
$ brew install git
```
##### Install YASM
@@ -64,7 +64,6 @@ $ brew install yasm
```
##### Install Go 1.4+
On MacOSX ``brew.sh`` is the best way to install golang
For example: