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