Skip to content

Commit 01ae3b5

Browse files
committed
Verbose chmod
1 parent e8e4f47 commit 01ae3b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ Pre-built binaries are available. You can download the latest version with:
1414

1515
```bash
1616
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
17+
chmod -v +x msgbuf
1818
```
1919

2020
Or simpler approach (but you need to know the `-<vendor>-<sys>-<abi>` part of the Rust **target triple**):
2121

2222
```bash
2323
curl -fLo msgbuf "https://github.com/dmotte/msgbuf/releases/latest/download/msgbuf-$(uname -m)-unknown-linux-gnu"
24-
chmod +x msgbuf
24+
chmod -v +x msgbuf
2525
```
2626

2727
## Usage

0 commit comments

Comments
 (0)