diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 7 |
1 files changed, 6 insertions, 1 deletions
| @@ -13,7 +13,12 @@ gopherproxy is written in Go (#golang) using the | |||
| 13 | 13 | ||
| 14 | ## Installation | 14 | ## Installation |
| 15 | 15 | ||
| 16 | $ go install github.com/prologic/gopherproxy | 16 | $ go install github.com/prologic/gopherproxy/... |
| 17 | |||
| 18 | ### Docker | ||
| 19 | |||
| 20 | $ docker build -t gopherproxy . | ||
| 21 | $ docker run -p 80:80 gopherproxy -uri floodgap.com | ||
| 17 | 22 | ||
| 18 | ## Usage | 23 | ## Usage |
| 19 | 24 | ||
