Skip to content

Commit f942a3d

Browse files
authored
Update README.md
Add instructions to run since the website keeps going down
1 parent c1633c8 commit f942a3d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ A [Kenneth Reitz](http://kennethreitz.org/bitcoin) Project.
55

66
![ice cream](http://farm1.staticflickr.com/572/32514669683_4daf2ab7bc_k_d.jpg)
77

8+
Run locally:
9+
```sh
10+
docker pull kennethreitz/httpbin
11+
docker run -p 80:80 kennethreitz/httpbin
12+
```
13+
814
See http://httpbin.org for more information.
915

1016
## Officially Deployed at:

0 commit comments

Comments
 (0)