From 802745f6a50b245da6a7848b551ba716a5e61fbb Mon Sep 17 00:00:00 2001 From: Ian A Mason Date: Fri, 25 Oct 2019 10:22:53 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12b2d52..5cf00d2 100644 --- a/README.md +++ b/README.md @@ -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