快速开始
如果需要从源代码进行安装可以通过如下步骤:
- 编译(Compile from source code)
git clone https://github.com/designershao/YedMQ.git
cd YedMQ
make build-all
- 执行二进制文件
cd target/debug
RUST_LOG=INFO ./yedmq
如果需要从源代码进行安装可以通过如下步骤:
git clone https://github.com/designershao/YedMQ.git
cd YedMQ
make build-all
cd target/debug
RUST_LOG=INFO ./yedmq