summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2019-08-07 20:34:02 +0200
committerKali Kaneko (leap communications) <kali@leap.se>2019-08-07 20:34:02 +0200
commit89ea7339efb2140dd05f2d82c58684de7cda20db (patch)
treef0474c49b4009188c934060d32dbf0912771d225 /README.md
parentfa37ead9e850fd5923047247eec8d87dbae447ab (diff)
[docs] update paths in README
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/README.md b/README.md
index b0cd740..9ceb3fe 100644
--- a/README.md
+++ b/README.md
@@ -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
```