mirror of
https://github.com/Serial-Studio/Serial-Studio.git
synced 2025-01-31 17:42:55 +08:00
Update README.md
This commit is contained in:
parent
2994ad4acf
commit
9c03d64c01
42
README.md
42
README.md
@ -24,7 +24,32 @@ Serial studio started out receiving data over a hardware serial port, but can no
|
|||||||
|
|
||||||
![Software usage](doc/app-usage.gif)
|
![Software usage](doc/app-usage.gif)
|
||||||
|
|
||||||
## Build instructions
|
## Install
|
||||||
|
|
||||||
|
You can [download](https://github.com/Serial-Studio/Serial-Studio/releases/latest) and install Serial Studio for your preffered platform.
|
||||||
|
|
||||||
|
GNU/Linux users must enable the `executable` flag before attempting to run the application:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
chmod +x SerialStudio-1.0.21-Linux.AppImage
|
||||||
|
./SerialStudio-1.0.21-Linux.AppImage
|
||||||
|
```
|
||||||
|
|
||||||
|
### Prebuilt Linux packages
|
||||||
|
|
||||||
|
Arch Linux users can install [serial-studio-git](https://aur.archlinux.org/packages/serial-studio-git/) from the aur, e.g. with [aurutils](https://aur.archlinux.org/packages/aurutils/):
|
||||||
|
|
||||||
|
```bash
|
||||||
|
aur fetch serial-studio-git
|
||||||
|
aur build
|
||||||
|
sudo pacman -S serial-studio-git
|
||||||
|
```
|
||||||
|
|
||||||
|
## Licence
|
||||||
|
|
||||||
|
This project is released under the MIT license, for more information, check the [LICENSE](LICENSE.md) file.
|
||||||
|
|
||||||
|
## Development
|
||||||
|
|
||||||
#### Requirements
|
#### Requirements
|
||||||
|
|
||||||
@ -67,19 +92,8 @@ Alternatively, you can also use the following commands:
|
|||||||
qmake
|
qmake
|
||||||
make -j4
|
make -j4
|
||||||
|
|
||||||
### Prebuilt Packages
|
## Tipping
|
||||||
|
|
||||||
Arch Linux users can install [serial-studio-git](https://aur.archlinux.org/packages/serial-studio-git/) from the aur, e.g. with [aurutils](https://aur.archlinux.org/packages/aurutils/):
|
|
||||||
|
|
||||||
```bash
|
|
||||||
aur fetch serial-studio-git
|
|
||||||
aur build
|
|
||||||
sudo pacman -S serial-studio-git
|
|
||||||
```
|
|
||||||
|
|
||||||
## Licence
|
|
||||||
|
|
||||||
This project is released under the MIT license, for more information, check the [LICENSE](LICENSE.md) file.
|
|
||||||
|
|
||||||
|
If you find Serial Studio suitable for your needs, please consider [giving me a tip through PayPal](https://www.paypal.com/donate?hosted_button_id=XN68J47QJKYDE). Or, if you prefer to buy me a drink *personally* instead, just [send me a DM](https://instagram.com/aspatru) when you visit [Querétaro, Mexico](https://en.wikipedia.org/wiki/Querétaro), where I live. I look forward to meeting you!
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user