From 12e7727a8ffa5952592484c8783c89b4c3f490d2 Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Thu, 8 Feb 2018 19:25:29 +0100 Subject: [doc] run bitmask-systray from the repo --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 464275a..af7ea71 100644 --- a/README.md +++ b/README.md @@ -2,14 +2,18 @@ Install it ---------- Install dependencies: - +``` # apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang +``` -Install the systray: - - $ go get 0xacab.org/leap/bitmask-systray +Build the systray: +``` + $ git clone 0xacab.org/leap/bitmask-systray + $ cd bitmask-systray +``` Run bitmask and the systray: - +``` $ bitmaskd - $ ~/go/bin/bitmask-systray + $ ./bitmask-systray +``` -- cgit v1.2.3