修改README.md中的疑似中英文符号错误,将。/hutool.sh安装 修改为 ./hutool.sh安装,即。改为.

This commit is contained in:
lyy
2025-10-27 17:27:43 +08:00
parent 589d5238fe
commit 327fe337f6

View File

@@ -155,7 +155,7 @@ implementation 'cn.hutool.v7:hutool-all:7.0.0-M3'
下载整个项目源码v6-master或v6-dev分支都可然后进入Hutool项目目录执行
```sh
./hutool.sh install / hutool.sh安装
./hutool.sh install ./ hutool.sh安装
```
然后就可以使用Maven引入了。