forked from XS-MLVP/UnityChipForXiangShan
readme: update
This commit is contained in:
parent
335e7e0d4f
commit
dbbb604cc0
|
|
@ -68,6 +68,14 @@ At this point, you can access the provided address ([http://127.0.0.1:1313](http
|
|||
|
||||
**For more documentation, please visit**: [https://open-verify.cc/UnityChipForXiangShan](https://open-verify.cc/UnityChipForXiangShan/docs/)
|
||||
|
||||
#### Test In Docker
|
||||
To quickly run tests using Docker, you can execute the following commands:
|
||||
|
||||
```bash
|
||||
sudo docker pull ghcr.io/xs-mlvp/uc4xs:latest # Pull the image
|
||||
sudo docker run --rm ghcr.io/xs-mlvp/uc4xs:latest /home/run_ci.sh # Run the tests
|
||||
```
|
||||
|
||||
#### UnityChip QQ Group:
|
||||
|
||||
<image src="/.github/image/600480230.jpg" alt="600480230" width=300px />
|
||||
|
|
|
|||
|
|
@ -66,6 +66,15 @@ Press Ctrl+C to stop
|
|||
此时,通过浏览器访问提示给出的地址([http://127.0.0.1:1313](http://127.0.0.1:1313/))即可。
|
||||
|
||||
|
||||
#### 容器测试
|
||||
|
||||
可通过docker快速运行测试:
|
||||
|
||||
```bash
|
||||
sudo docker pull ghcr.io/xs-mlvp/uc4xs:latest # 下载镜像
|
||||
sudo docker run --rm ghcr.io/xs-mlvp/uc4xs:latest /home/run_ci.sh # 运行测试
|
||||
```
|
||||
|
||||
**更多文档与验证进度请查看**:[https://open-verify.cc/UnityChipForXiangShan](https://open-verify.cc/UnityChipForXiangShan/docs/)
|
||||
|
||||
#### 万众一芯QQ交流群:
|
||||
|
|
|
|||
Loading…
Reference in New Issue