summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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
+```