Skip to content
This repository has been archived by the owner on Jan 10, 2023. It is now read-only.

Commit

Permalink
Minor documentation fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rickkw committed Jun 27, 2018
1 parent 49a05e4 commit 733017b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ And then you can check out `github.com/Netflix/titus-executor` to `${GOPATH}/src

# Initial setup steps
1. go get -u github.com/alecthomas/gometalinter
1. gometalinter --install
1. go get -u github.com/kardianos/govendor
2. gometalinter --install
3. go get -u github.com/kardianos/govendor

You would also need to make sure that your build environment (i.e. VM) has the following commands prior to building
You also need to make sure that your build environment (i.e. VM) has the following commands prior to building
* make
* gcc
```
Expand Down

0 comments on commit 733017b

Please sign in to comment.