summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorRuben Pollan <meskio@sindominio.net>2018-02-08 19:25:29 +0100
committerRuben Pollan <meskio@sindominio.net>2018-02-08 19:25:29 +0100
commit12e7727a8ffa5952592484c8783c89b4c3f490d2 (patch)
tree9707590ade0107b7242fed9b746e523d7bb55105 /README.md
parent97a9c3755ae382825ce51f6cb81b18027f469872 (diff)
[doc] run bitmask-systray from the repo
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 10 insertions, 6 deletions
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
+```