Skip to content

Commit c7c70f0

Browse files
committed
Update Readme to v1.3 binaries.
1 parent 78bfb34 commit c7c70f0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,29 +17,29 @@ A Simple Universal Serial Terminal) is a free and open GNU-GPL Serial Terminal d
1717

1818
### Install Instructions:
1919
#### Windows:
20-
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.2/Windows_SUSTerm_v120.zip).
20+
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Windows_SUSTerm_v130.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.2/Linux_SUSTerm_v120.zip
28+
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Linux_SUSTerm_v130.zip
2929
```
3030

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

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

4545
* Add actual user to dialout group to allow open serial ports without been root and reboot system to apply:

0 commit comments

Comments
 (0)