Skip to content

Commit 10f25b1

Browse files
committed
docs: add missing chmod command for Linux binary installation
1 parent 5f78d10 commit 10f25b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ Download pre-built binaries from [GitHub Releases](https://github.com/radevgit/p
2626
```bash
2727
# plcviz
2828
curl -L https://github.com/radevgit/plc/releases/download/plcviz-v0.3.2/plcviz-v0.3.2-x86_64-linux.tar.gz | tar xz
29+
chmod +x plcviz
2930
sudo mv plcviz /usr/local/bin/
3031
```
3132

0 commit comments

Comments
 (0)