Skip to content

Commit 5aeffe4

Browse files
committed
docs: update installation instructions for binary releases on Linux and Windows
1 parent bb5f887 commit 5aeffe4

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

plcviz/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,28 @@ PLC code visualization tool - generate SVG diagrams from L5X (Rockwell) and PLCo
3030

3131
## Installation
3232

33+
### Binary Releases (Recommended)
34+
35+
Download pre-built binaries from [GitHub Releases](https://github.com/radevgit/plc/releases):
36+
37+
**Linux:**
38+
```bash
39+
curl -L https://github.com/radevgit/plc/releases/download/plcviz-v0.3.2/plcviz-v0.3.2-x86_64-linux.tar.gz | tar xz
40+
chmod +x plcviz
41+
sudo mv plcviz /usr/local/bin/
42+
```
43+
44+
**Windows:**
45+
```powershell
46+
# Download from GitHub Releases and extract
47+
# Add to PATH or run from current directory
48+
.\plcviz.exe --version
49+
```
50+
51+
### From Source
52+
53+
Requires Rust 1.70+:
54+
3355
```bash
3456
cargo install --path .
3557
```

0 commit comments

Comments
 (0)