Skip to content

Commit

Permalink
fix(sswinservice): fixed build command in README (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
zonyitoo committed Oct 3, 2023
1 parent 1c0e2c7 commit a57e7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ It will create a Tun interface with address `10.255.0.1` and netmask `255.255.25
Compile it by enabling `--features "winservice"` (not included in the default build):

```bash
cargo build --release "sswinservice" --features "winservice"
cargo build --release --bin "sswinservice" --features "winservice"
```

Install it as a Windows Service (PowerShell):
Expand Down

0 comments on commit a57e7fb

Please sign in to comment.