docs(readme): 增加了授予脚本执行权限的命令

Signed-off-by: 李东云 <dongyun.li@luxcreo.ai>
This commit is contained in:
李东云
2022-06-14 15:33:39 +08:00
parent 9f69a9936f
commit 5d9d4ede5a

View File

@@ -15,9 +15,10 @@ The structure is based on below theories:
## Installation
```bash
```sh
git clone http://124.126.16.154:8888/singularity/HyperfDevelopmentKit.git hdk \
&& cd hdk \
&& chown -R 1000:1000 ./scripts/ \
&& ./scripts/docker-env.sh \
&& composer install
```