Update tutorial-ubuntu-16.04.md

This commit is contained in:
Ian A Mason 2018-05-08 15:29:19 -07:00 committed by GitHub
parent 6e88f5375a
commit 1b14783351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,8 +26,6 @@ Install `gllvm`.
```
>export GOPATH=/vagrant/go
>mkdir -p ${GOPATH}
>go get github.com/SRI-CSL/gllvm/cmd/...
>export PATH=${GOPATH}/bin:${PATH}