diff options
author | kali <kali@leap.se> | 2018-02-15 22:36:27 +0100 |
---|---|---|
committer | kali <kali@leap.se> | 2018-02-15 22:36:27 +0100 |
commit | 037ab29231cfbfe1b45f22309b7c08ad77deca50 (patch) | |
tree | 4ca6d6adc652e73e1877ec214477807f26ff68d9 | |
parent | 11b2ca66e3cfed22d62a3cb48c4485e6a3b548a2 (diff) |
add osx instructions to readme
-rw-r--r-- | README.md | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -3,7 +3,7 @@ Install it Install dependencies: ``` - # apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang + # apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang pkg-build ``` Build the systray: @@ -19,3 +19,19 @@ Run bitmask and the systray: $ bitmaskd $ ./bitmask-systray ``` + +OSX +---------- +Using homebrew: + +``` + $ brew install golang zmq pkg-build + $ git clone 0xacab.org/leap/bitmask-systray + $ cd bitmask-systray + $ go get . + $ go build +``` + +Run it +------------- +bitmask-systray assumes that you already have bitmaskd running. |