diff options
author | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-07 20:34:02 +0200 |
---|---|---|
committer | Kali Kaneko (leap communications) <kali@leap.se> | 2019-08-07 20:34:02 +0200 |
commit | 89ea7339efb2140dd05f2d82c58684de7cda20db (patch) | |
tree | f0474c49b4009188c934060d32dbf0912771d225 | |
parent | fa37ead9e850fd5923047247eec8d87dbae447ab (diff) |
[docs] update paths in README
-rw-r--r-- | README.md | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -9,7 +9,6 @@ Install dependencies: Build the systray: ``` $ git clone 0xacab.org/leap/bitmask-vpn && cd bitmask-vpn - $ make get $ make build ``` @@ -25,7 +24,6 @@ Using homebrew: ``` $ make depends $ git clone 0xacab.org/leap/bitmask-vpn && cd bitmask-vpn - $ make get $ make build ``` @@ -54,7 +52,7 @@ for windows and OSX there is [a helper written in go](https://0xacab.org/leap/bi To build and run it: ``` $ make build - $ ./bitmask-vpn + $ build/bin/bitmask-vpn ``` @@ -68,7 +66,7 @@ Is also posible to compile the systray to use bitmask as backend: In that case bitmask-systray assumes that you already have bitmaskd running. Run bitmask and the systray: ``` $ bitmaskd - $ ./bitmask-vpn + $ build/bin/bitmask-vpn ``` |