Update: update readme

This commit is contained in:
dukai 2025-05-29 20:03:00 +08:00
parent 26a2c87216
commit 23ac15c9e2

View File

@ -12,7 +12,7 @@ RobotFS 是一个轻量级的文件系统服务,提供用于管理文件和目
### 环境要求 ### 环境要求
- Go 1.16 或更高版本 - Go 1.23.8 或更高版本
- Protocol Buffers 编译器 (protoc) - Protocol Buffers 编译器 (protoc)
### 编译步骤 ### 编译步骤
@ -38,3 +38,10 @@ make clean
```bash ```bash
./robotfs --config=/path/to/config.yml ./robotfs --config=/path/to/config.yml
``` ```
### 工具使用
服务运行之后,可使用工具进行操作:
```bash
./robotfs-cli --help
```