Skip to content

Commit

Permalink
update install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelmota committed Feb 17, 2019
1 parent 7368128 commit 1361b8d
Showing 1 changed file with 17 additions and 3 deletions.
20 changes: 17 additions & 3 deletions README.md
Expand Up @@ -31,9 +31,23 @@ IPDR is a [Docker Registry](https://docs.docker.com/registry/) tool that proxies

## Install

```bash
go install github.com/miguelmota/ipdr/cmd/ipdr
```
- Install with [Go](https://golang.org/doc/install):

```bash
go get -u github.com/miguelmota/ipdr/cmd/ipdr
```

- Install from [release binaries](https://github.com/miguelmota/ipdr/releases)

```bash
# replace x.x.x with the latest version
wget https://github.com/miguelmota/ipdr/releases/download/x.x.x/ipdr_x.x.x_linux_amd64.tar.gz
tar -xvzf ipdr_x.x.x_linux_amd64.tar.gz ipdr
./ipdr --help

# move to bin path
sudo mv ipdr /usr/local/bin/ipdr
```

## Getting started

Expand Down

0 comments on commit 1361b8d

Please sign in to comment.