We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8e4f47 commit 01ae3b5Copy full SHA for 01ae3b5
1 file changed
README.md
@@ -14,14 +14,14 @@ Pre-built binaries are available. You can download the latest version with:
14
15
```bash
16
curl -fLo msgbuf "https://github.com/dmotte/msgbuf/releases/latest/download/msgbuf-$(curl -fsSL https://sh.rustup.rs/ | RUSTUP_INIT_SH_PRINT=arch bash)"
17
-chmod +x msgbuf
+chmod -v +x msgbuf
18
```
19
20
Or simpler approach (but you need to know the `-<vendor>-<sys>-<abi>` part of the Rust **target triple**):
21
22
23
curl -fLo msgbuf "https://github.com/dmotte/msgbuf/releases/latest/download/msgbuf-$(uname -m)-unknown-linux-gnu"
24
25
26
27
## Usage
0 commit comments