Installation
Setup Web X in development and production environments
Install the Web X CLI via platform-specific packet managers:
choco install webxapt install webxapt install webxOr alternatively build from source using:
git clone https://github.com/webx-net/webx
cd webx
cargo build --release
./target/release/webx --helpLast updated