Update README.md

This commit is contained in:
Ian A Mason 2019-10-25 10:22:53 -07:00 committed by GitHub
parent 31809002e2
commit 802745f6a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,12 +59,12 @@ tools such as `objcopy` and `ld`.
## Installation
To install, simply do
To install, simply do (making sure to include those `...`)
```
go get github.com/SRI-CSL/gllvm/cmd/...
```
This should install four binaries: `gclang`, `gclang++`, `get-bc`, and `gsanity-check`
in the `$GOPATH/bin` directory.
in the `$GOPATH/bin` directory.
## Usage