Skip to content

Commit 8f91367

Browse files
committed
docs: update readme with more clear install instractions
1 parent 93055f5 commit 8f91367

1 file changed

Lines changed: 7 additions & 2 deletions

File tree

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,29 @@ The client is in experimental mode, so it is important to know which parts of th
1212
- Session info: `~/.config/mbvpn/config.yml`
1313
- Machine ID: `~/.config/mbvpn/machine-id`
1414
- WireGuard configurations: `~/.config/mbvpn/servers/*.conf`
15-
- `logout` command removes the configuration files but keeps WireGuard interfaces in the system
15+
- `logout` command removes the configuration files
1616

1717
## Installation
1818

1919
### Installation via Go Package Manager (Recommended)
2020

21-
Install MBVPN directly using Go's package manager:
21+
1. Install Go version 1.23.4 or above.
22+
23+
2. Install MBVPN directly using Go's package manager:
2224

2325
```bash
2426
go install github.com/malwarebytes/mbvpn-linux/cmd/mbvpn@latest
2527
```
2628

2729
> Note: Ensure that your `$GOPATH/bin` is included in your system's `$PATH` to run the `mbvpn` command directly.
2830
31+
3. Provide network capabilities (see below).
32+
2933
### Alternative: Download from Releases
3034

3135
1. Download the latest release for your architecture from the [Releases](https://github.com/Malwarebytes/mbvpn-linux/releases) page
3236
2. Extract the binary and place it in a directory in your `$PATH` (e.g., `/usr/local/bin`)
37+
3. Provide network capabilities (see below).
3338

3439
### Provide network capabilities
3540

0 commit comments

Comments
 (0)