diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 19:25:29 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 19:25:29 +0100 |
commit | 12e7727a8ffa5952592484c8783c89b4c3f490d2 (patch) | |
tree | 9707590ade0107b7242fed9b746e523d7bb55105 /README.md | |
parent | 97a9c3755ae382825ce51f6cb81b18027f469872 (diff) |
[doc] run bitmask-systray from the repo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 16 |
1 files changed, 10 insertions, 6 deletions
@@ -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 +``` |