Get Started
If you need to install from source code, follow these steps:
Compile from source code
git clone https://github.com/designershao/YedMQ.git
cd YedMQ
make build-all
Run the binary file
cd target/debug
RUST_LOG=INFO ./yedmq
If you need to install from source code, follow these steps:
Compile from source code
git clone https://github.com/designershao/YedMQ.git
cd YedMQ
make build-all
Run the binary file
cd target/debug
RUST_LOG=INFO ./yedmq