Update README for deb URL

This commit is contained in:
Aoran Zeng 2025-06-16 18:03:21 +08:00
parent 50d6324b40
commit a7b55064b1
No known key found for this signature in database
GPG Key ID: 8F8BA8488E10ED98

View File

@ -7,7 +7,7 @@
! Contributors : Nul None <nul@none.org>
! |
! Created On : <2023-12-28>
! Last Modified : <2025-06-15>
! Last Modified : <2025-06-16>
! ---------------------------------------------------------- -->
<div align="center">
@ -158,9 +158,12 @@ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc-x86-windo
- 可通过 `apt`/`dpkg` 安装,感谢 [@sanchuanhehe]
```bash
$ sudo apt install ./chsrc_<ver>_<arch>.deb
# x64
$ curl -L https://gitee.com/RubyMetric/chsrc/releases/download/pre/chsrc_latest-1_amd64.deb -o chsrc_latest-1_amd64.deb
$ sudo apt install ./chsrc_latest-1_amd64.deb
# 或
$ sudo sudo dpkg -i chsrc_<ver>_<arch>.deb
$ sudo sudo dpkg -i chsrc_latest-1_amd64.deb
```
<br>