diff --git a/README.md b/README.md index c374a14..a4f7806 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,9 @@ Development and Contributing information in [CONTRIBUTING.md](https://git.openpr ## Running Cwtch ### Server #### Docker + +### NOTE: The following section is out of date. The new Cwtch server is available from https://git.openprivacy.ca/cwtch.im/server, but there is no current docker container for it. + This repository contains a `Dockerfile` allowing you to build and run the server as a [docker](https://www.docker.com/) container. To get started issue `docker build -t openpriv/cwtch-server:latest .`, this will create 2 temporary docker containers, one to build the Tor daemon and one to build Cwtch. The compiled binaries will then be bundled into a new image and tagged as `openpriv/cwtch-server:latest`.