Skip to content

Commit

Permalink
Add Install section to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kotakku committed Aug 20, 2023
1 parent 0477edd commit fa521c2
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ Utility for Feetech SCS/STS servo
## Dependices for servo board
- CH340 driver

## Install from deb package

### amd64
```
wget https://github.com/Kotakku/FT_SCServo_Debug_Qt/releases/download/v1.1.0/ft-scservo-debug-qt_1.1.0_amd64.deb
sudo apt install ./ft-scservo-debug-qt_1.1.0_amd64.deb
```

### arm64
```
wget https://github.com/Kotakku/FT_SCServo_Debug_Qt/releases/download/v1.1.0/ft-scservo-debug-qt_1.1.0_arm64.deb
sudo apt install ./ft-scservo-debug-qt_1.1.0_arm64.deb
```

## Build with Qt
Clone and open this repository and build the project.

Expand Down

0 comments on commit fa521c2

Please sign in to comment.