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)
### 编译步骤
@ -37,4 +37,11 @@ make clean
编译完成后,运行生成的二进制文件并指定配置文件:
```bash
./robotfs --config=/path/to/config.yml
```
```
### 工具使用
服务运行之后,可使用工具进行操作:
```bash
./robotfs-cli --help
```