- Replace rustc/cargo with rustup in CI dependencies - Remove --all-features flag from install command - Add server feature to default features - Update README to reflect new default features
···3030git clone https://tangled.org/atscan.net/plcbundle-rs
3131cd plcbundle-rs
32323333-# Build with default features (CLI)
3333+# Build with default features (CLI, Server)
3434cargo build --release
35353636-# Install the CLI tool
3636+# Install the binary
3737cargo install --path .
3838+3939+# or simply run
4040+./target/release/plcbundle --help
3841```
39424043### As a Library