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 @@ -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
2244cargo install --path plceye
2345cargo install --path plcviz
You can’t perform that action at this time.
0 commit comments