Skip to content
Snippets Groups Projects
Commit 037ab292 authored by Kali Kaneko's avatar Kali Kaneko
Browse files

add osx instructions to readme

parent 11b2ca66
No related branches found
No related tags found
No related merge requests found
......@@ -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.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment