Skip to content

Commit 50e0afa

Browse files
committed
Clarify Linux-specific setcap command in README
Added a comment to specify that the `setcap` command is applicable to Linux only for better clarity and to avoid confusion for users on other operating systems.
1 parent 0e0abc3 commit 50e0afa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ For a manual installation, see the [latest release](https://github.com/coder/wus
3131
> using the installer script, this is done automatically for you.
3232
>
3333
> ```bash
34+
> # Linux only
3435
> sudo setcap cap_net_admin=eip $(which wush)
3536
> ```
3637

0 commit comments

Comments
 (0)