auto-reconnecting jetstream proxy

update README.md

+11
+11
README.md
··· 12 12 in such a way that everything works. if your application relies on cursors, 13 13 then it's probably best for your application to deal with multi-upstream support. 14 14 15 + ## how 16 + 15 17 ``` 18 + git clone https://tangled.org/@l4.pm/jetstream-proxy 19 + cd jetstream-proxy 16 20 go build 21 + env PORT=6666 ./jetstream-proxy 22 + ``` 23 + 24 + or if youre epic and awesome 25 + 26 + ``` 27 + docker build -t jetstream-proxy . 17 28 ```