Skip to content
Snippets Groups Projects
README.md 318 B
Newer Older
  • Learn to ignore specific revisions
  • Install it
    ----------
    
    Install dependencies:
    
      # apt install libzmq3-dev libgtk-3-dev libappindicator3-dev golang
    
    Build the systray:
    ```
      $ git clone 0xacab.org/leap/bitmask-systray
      $ cd bitmask-systray
    
      $ go get .
    
    meskio's avatar
    meskio committed
      $ go build
    
    
    Run bitmask and the systray:
    
      $ ./bitmask-systray
    ```