README: Mention ARM6 build, no more docker v1.2
authorAndrey Petrov <andrey.petrov@shazow.net>
Mon, 25 Jul 2016 16:25:04 +0000 (12:25 -0400)
committerAndrey Petrov <andrey.petrov@shazow.net>
Mon, 25 Jul 2016 16:25:04 +0000 (12:25 -0400)
README.md

index 36a747ea3fd1099fb385a53aa5ee7862b08a2a45..fd40fb0470542530a53aeb0730fe6ad742349d13 100644 (file)
--- a/README.md
+++ b/README.md
@@ -21,8 +21,8 @@ The server's RSA key fingerprint is `e5:d5:d1:75:90:38:42:f6:c7:03:d7:d0:56:7d:6
 
 ## Downloading a release
 
-Recent releases include builds for MacOS (darwin/amd64) and Linux (386 and 
-amd64).
+Recent releases include builds for MacOS (darwin/amd64) and Linux (386,
+amd64, and ARM6 for your RaspberryPi).
 
 **[Grab the latest release here](https://github.com/shazow/ssh-chat/releases/)**.
 
@@ -69,18 +69,6 @@ $ ssh-chat --verbose --bind ":22" --identity ~/.ssh/id_dsa
 To bind on port 22, you'll need to make sure it's free (move any other ssh
 daemons to another port) and run ssh-chat as root (or with sudo).
 
-## Deploying with Docker
-
-You can run ssh-chat using a Docker image without manually installing go-lang:
-
-**Note: alvin/ssh-chat has v0 which is not the latest master branch as of this writing (Jan 23, 2015)**
-
-```
-$ docker pull alvin/ssh-chat
-$ docker run -d -p 0.0.0.0:(your host machine port):2022 --name ssh-chat alvin/ssh-chat
-```
-
-See notes in the header of our Dockerfile for details on building your own image.
 
 ## License