From 182dae87ef75fc1261f07d3b0e1d9a6b7441c19e Mon Sep 17 00:00:00 2001 From: rhaidiz Date: Mon, 13 Jan 2020 23:08:06 +0100 Subject: [PATCH] Add missing link in README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 00ef9f3..ac18a54 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ Broxy is currently a work in progress project. The current version provides the # Installation ## Grab a Binary -Grab a compiled version of Broxy here (windows binary on its way). +Grab a compiled version of Broxy [here](https://github.com/rhaidiz/broxy/releases) (windows binary on its way). ## Compiling from Sources To compile Broxy make sure you have the following installed and properly configured: -* [Go](https://golang.org/doc/install); -* [Qt 5.13 and Qt wrapper](https://github.com/therecipe/qt/wiki/Installation). +* [Go](https://golang.org/doc/install) +* [Qt 5.13 and Qt wrapper](https://github.com/therecipe/qt/wiki/Installation) Once Go, Qt 5.13 and the Qt wrapper are ready, just do: