Skip to content

Commit 32a8100

Browse files
committed
Simplify Linux install instructions.
1 parent 0459caf commit 32a8100

1 file changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,34 +3,32 @@ A Simple Universal Serial Terminal developed using QT5.
33

44
#### Install Instructions:
55
Windows:
6-
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.0/Windows_SUSTerm_v100.zip).
6+
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.1/Windows_SUSTerm_v110.zip).
77
* Unzip it and place in C:\Program File (x86)
88
* Create a desktop shortcut of C:\Program File (x86)\SUSTerm\SUSTerm.exe
99

1010
Linux:
1111
* Download last version:
1212
```
1313
$ cd ~
14-
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.0/Linux_SUSTerm_v100.zip
14+
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.1/Linux_SUSTerm_v110.zip
1515
```
1616

17-
* Unzip it, give execution permission to install script and execute it with sudo:
17+
* Unzip it, give execution permission and place it to user binaries apps dir:
1818
```
19-
$ unzip Linux_SUSTerm_v100.zip
20-
$ cd Linux_SUSTerm_v100
21-
$ chmod +x install
22-
$ sudo ./install
19+
$ unzip Linux_SUSTerm_v110.zip
20+
$ sudo chmod +x Linux_SUSTerm_v110/SUSTerm
21+
$ sudo cp -a Linux_SUSTerm_v110/SUSTerm /usr/bin/
2322
```
2423

2524
* Remove unnecessary used files:
2625
```
27-
$ cd ~
28-
$ rm -rf Linux_SUSTerm_v100.*
26+
$ rm -rf Linux_SUSTerm_v110*
2927
```
3028

31-
* Add actual user to dialout group to allow open serial ports without been root:
29+
* Add actual user to dialout group to allow open serial ports without been root and reboot system to apply:
3230
```
33-
$ sudo usermod -a -G dialout $USER
31+
$ sudo usermod -aG dialout $USER
3432
$ sudo reboot
3533
```
3634

0 commit comments

Comments
 (0)