Skip to content

Commit 5f78d10

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

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,28 @@ Open source tools for parsing and analyzing L5X files exported from PLC programm
1818

1919
## Installation
2020

21+
### Binary Releases (Recommended)
22+
23+
Download pre-built binaries from [GitHub Releases](https://github.com/radevgit/plc/releases):
24+
25+
**Linux:**
26+
```bash
27+
# plcviz
28+
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+
sudo mv plcviz /usr/local/bin/
30+
```
31+
32+
**Windows:**
33+
```powershell
34+
# Download from GitHub Releases and extract
35+
# Add to PATH or run from current directory
36+
.\plcviz.exe --version
37+
```
38+
39+
### From Source
40+
41+
Requires Rust 1.70+:
42+
2143
```bash
2244
cargo install --path plceye
2345
cargo install --path plcviz

0 commit comments

Comments
 (0)