aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJames Mills <prologic@shortcircuit.net.au>2017-02-12 21:51:15 -0800
committerGitHub <noreply@github.com>2017-02-12 21:51:15 -0800
commit09b7e1008656784e96b8d33378ab16b061a0c62a (patch)
treeda1f7f777d55f69549a6e70829e29faf3d908025 /README.md
parentFix deploying with Docker (diff)
downloadgopherproxy-09b7e1008656784e96b8d33378ab16b061a0c62a.tar.gz
gopherproxy-09b7e1008656784e96b8d33378ab16b061a0c62a.tar.bz2
gopherproxy-09b7e1008656784e96b8d33378ab16b061a0c62a.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/README.md b/README.md
index c5cf84d..372a320 100644
--- a/README.md
+++ b/README.md
@@ -16,9 +16,11 @@ gopherproxy is written in Go (#golang) using the
16 $ go install github.com/prologic/gopherproxy/... 16 $ go install github.com/prologic/gopherproxy/...
17 17
18### Docker 18### Docker
19 19
20 $ docker build -t gopherproxy . 20```#!bash
21 $ docker run -p 80:80 gopherproxy -uri floodgap.com 21$ docker build -t gopherproxy .
22$ docker run -p 80:80 gopherproxy -uri floodgap.com
23```
22 24
23## Usage 25## Usage
24 26