From fd2e0d145d964587f7a9f1940e71e6cea8354829 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ferdinand=20M=C3=BCtsch?= Date: Wed, 11 Mar 2020 10:19:55 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index ed7eea4..c7c5ae3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,8 @@ * `api_key = the_api_key_printed_to_the_console_after_starting_the_server` * Open [http://localhost:3000](http://localhost:3000) in your browser +**Alternatively** to building from source using `go get` you can also download one of the existing [pre-compiled binaries](https://github.com/n1try/wakapi/releases). + ### Run with Docker * Edit `docker-compose.yml` file and change passwords for the DB * Build the container `docker-compose build`