diff --git a/README.md b/README.md
index 464275af3cd950b78b72d85736d1601b6a2929a6..af7ea71478d3276458b61b72fa9a76704ce871bc 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
+```