Skip to content

Commit

Permalink
Merge pull request #1729 from vsoch/patch-2
Browse files Browse the repository at this point in the history
adding go get instruction to readme
  • Loading branch information
hqhq authored Feb 22, 2018
2 parents 595bea0 + 0f3d824 commit e59b6d4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,18 @@ make
sudo make install
```

You can also use `go get` to install to your `GOPATH`, assuming that you have a `github.com` parent folder already created under `src`:

```bash
go get github.com/opencontainers/runc
cd $GOPATH/src/github.com/opencontainers/runc
make
sudo make install
```

`runc` will be installed to `/usr/local/sbin/runc` on your system.


#### Build Tags

`runc` supports optional build tags for compiling support of various features.
Expand Down

0 comments on commit e59b6d4

Please sign in to comment.