File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff 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
3456cargo install --path .
3557```
You can’t perform that action at this time.
0 commit comments