Skip to content

Commit

Permalink
Modify README
Browse files Browse the repository at this point in the history
  • Loading branch information
KangLin committed Feb 5, 2025
1 parent f46b72e commit 4fb44d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,16 +64,20 @@ Author: Kang Lin ([email protected])
- [![Download SerialPortAssistant](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/serialportassistant/files/latest/download)

- Install
- ubuntu
- ubuntu, debian
- [serialportassistant_0.5.29_amd64.deb](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/serialportassistant_0.5.29_amd64.deb)

sudo apt install ./serialportassistant_0.5.29_amd64.deb
# If you're on an older Linux distribution, you will need to run this instead:
# sudo dpkg -i serialportassistant_0.5.29_amd64.deb
# sudo apt-get install -f # Install dependencies

- AppImage
- Other linux(AppImage)
- [SerialPortAssistant_v0.5.29_x86_64.AppImage](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_x86_64.AppImage)

sudo chmod a+x SerialPortAssistant_v0.5.29_x86_64.AppImage
sudo ./SerialPortAssistant_v0.5.29_x86_64.AppImage

- Windows
- Windows xp
- [SerialPortAssistant_v0.5.29_windows_xp_x86_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_windows_xp_x86_Setup.exe)
Expand Down
8 changes: 6 additions & 2 deletions README_zh_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,20 @@
- [![Download SerialPortAssistant](https://a.fsdn.com/con/app/sf-download-button)](https://sourceforge.net/projects/serialportassistant/files/latest/download)

- 安装说明:
- ubuntu
- ubuntu、debian
- [serialportassistant_0.5.29_amd64.deb](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/serialportassistant_0.5.29_amd64.deb)

sudo apt install ./serialportassistant_0.5.29_amd64.deb
# 如果你是老的 Linux 发行系统。你需要用下列命令替换:
# sudo dpkg -i serialportassistant_0.5.29_amd64.deb
# sudo apt-get install -f # Install dependencies
- AppImage
- 其它 linux(AppImage)
- [SerialPortAssistant_v0.5.29_x86_64.AppImage](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_x86_64.AppImage)

sudo chmod a+x SerialPortAssistant_v0.5.29_x86_64.AppImage
sudo ./SerialPortAssistant_v0.5.29_x86_64.AppImage

- Windows
- Windows xp
- [SerialPortAssistant_v0.5.29_windows_xp_x86_Setup.exe](https://github.com/KangLin/SerialPortAssistant/releases/download/v0.5.29/SerialPortAssistant_v0.5.29_windows_xp_x86_Setup.exe)
Expand Down

0 comments on commit 4fb44d4

Please sign in to comment.