From a8bf4d7c5c9bc6444616a2977641e4aae77a70eb Mon Sep 17 00:00:00 2001 From: Fabio Colacio Date: Sun, 9 Dec 2018 22:06:23 -0800 Subject: [PATCH] Update README --- README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README b/README index b4040e4..2119b2e 100644 --- a/README +++ b/README @@ -3,3 +3,15 @@ Quicksilver Reference implementation of a Mercury chat service client. +Install +------- + +You need the following dependencies installed: + +* Golang +* MariaDB or MySql Server +* Gtk+-3.0 + +You can then install the binary to $GOPATH/bin with the following command: + + go get github.com/fabiocolacio/quicksilver