Skip to content

Commit d7379e0

Browse files
committed
Update readme file install instructions for v1.6
1 parent c52a7b1 commit d7379e0

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ SUSTerm (Simple Universal Serial Terminal) is a free software and GNU-GPL licens
1717

1818
### Install Instructions:
1919
#### Windows:
20-
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.5/Windows_SUSTerm_v150.zip).
20+
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.6/Windows_SUSTerm_v160.zip).
2121
* Unzip it and place in "C:\Program File (x86)"
2222
* Create a desktop shortcut of "C:\Program File (x86)\SUSTerm\SUSTerm.exe"
2323

2424
#### Linux:
2525
* Download last version:
2626
```
2727
$ cd ~
28-
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Linux_SUSTerm_v140.zip
28+
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.6/Linux_SUSTerm_v160.zip
2929
```
3030

3131
* Unzip it, give execution permission and place it to user binaries apps dir:
3232
```
33-
$ unzip Linux_SUSTerm_v140.zip
34-
$ cd Linux_SUSTerm_v140
33+
$ unzip Linux_SUSTerm_v160.zip
34+
$ cd Linux_SUSTerm_v160
3535
$ sudo chmod +x ./install
3636
$ sudo ./install
3737
```
3838

3939
* Remove unnecessary used files:
4040
```
4141
$ cd ~
42-
$ rm -rf Linux_SUSTerm_v140*
42+
$ rm -rf Linux_SUSTerm_v160*
4343
```
4444

4545
* Add actual user to dialout group to allow open serial ports without been root and reboot system to apply:
@@ -91,7 +91,6 @@ mkdir qtserialport-build
9191
git clone git://code.qt.io/qt/qtserialport.git
9292
cd qtserialport
9393
git checkout v5.11.2
94-
git branch -a
9594
cd ../qtserialport-build
9695
qmake ../qtserialport/qtserialport.pro
9796
make

0 commit comments

Comments
 (0)