Merge pull request #50 from matsuu/patch-1

This commit is contained in:
Felix Angell 2018-04-22 11:03:18 +01:00 committed by GitHub
commit 5c09f60f1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -68,7 +68,7 @@ $ ./phi-editor
If you're on macOS, you can do something like this, using homebrew:
```bash
$ brew install sdl2 sdl2_image sdl2_ttf
$ brew install sdl2 sdl2_image sdl2_ttf pkg-config
$ go get github.com/felixangell/phi-editor
$ cd $GOPATH/src/github.com/felixangell/phi-editor
$ go build