diff options
author | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 19:20:14 +0100 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2018-02-08 19:20:14 +0100 |
commit | 2effccf25d83cf4f078bd39edf785147ccdea20d (patch) | |
tree | 32374b8ad40dd00de2f9c516eedacc34e77f240d /README.md | |
parent | 7cef3972a5f1199a6b709070f9dbfcaf5cd543bf (diff) |
[doc] Add install instructions into the readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 14 insertions, 3 deletions
@@ -1,4 +1,15 @@ -Dependencies ------------- +Install it +---------- - # apt install libzmq3-dev libgtk-3-dev libappindicator3-dev +Install dependencies: + + # apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang + +Install the systray: + + $ go get 0xacab.org/leap/bitmask-systray + +Run bitmask and the systray: + + $ bitmaskd + $ ~/go/bin/bitmask-systray |