File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
2426go 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
31351 . Download the latest release for your architecture from the [ Releases] ( https://github.com/Malwarebytes/mbvpn-linux/releases ) page
32362 . 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
You can’t perform that action at this time.
0 commit comments