From 2effccf25d83cf4f078bd39edf785147ccdea20d Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 8 Feb 2018 19:20:14 +0100 Subject: [doc] Add install instructions into the readme --- README.md | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f4255bb..464275a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,15 @@ -Dependencies ------------- +Install it +---------- - # apt install libzmq3-dev libgtk-3-dev libappindicator3-dev +Install dependencies: + + # apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang + +Install the systray: + + $ go get 0xacab.org/leap/bitmask-systray + +Run bitmask and the systray: + + $ bitmaskd + $ ~/go/bin/bitmask-systray -- cgit v1.2.3