Skip to content

Commit

Permalink
Increase version references to 1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Rios committed Nov 24, 2018
1 parent 12916a2 commit 423b0ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,29 +17,29 @@ A Simple Universal Serial Terminal) is a free and open GNU-GPL Serial Terminal d

### Install Instructions:
#### Windows:
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Windows_SUSTerm_v130.zip).
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Windows_SUSTerm_v140.zip).
* Unzip it and place in "C:\Program File (x86)"
* Create a desktop shortcut of "C:\Program File (x86)\SUSTerm\SUSTerm.exe"

#### Linux:
* Download last version:
```
$ cd ~
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Linux_SUSTerm_v130.zip
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Linux_SUSTerm_v140.zip
```

* Unzip it, give execution permission and place it to user binaries apps dir:
```
$ unzip Linux_SUSTerm_v130.zip
$ cd Linux_SUSTerm_v130
$ unzip Linux_SUSTerm_v140.zip
$ cd Linux_SUSTerm_v140
$ sudo chmod +x ./install
$ sudo ./install
```

* Remove unnecessary used files:
```
$ cd ~
$ rm -rf Linux_SUSTerm_v130*
$ rm -rf Linux_SUSTerm_v140*
```

* Add actual user to dialout group to allow open serial ports without been root and reboot system to apply:
Expand Down
2 changes: 1 addition & 1 deletion SUSTerm/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const QString ABOUT_TEXT =
"SUSTerm (Simple Universal Serial Terminal) is a free and open GNU-GPL software which is " \
"focused in minimalist and be efficiently fast and easy to use.<br/>" \
"<br/>" \
"Actual Version: 1.3<br/>" \
"Actual Version: 1.4<br/>" \
"<br/>" \
"This software was developed by @J-Rios and you can get the code at:<br/>" \
"&nbsp;&nbsp;&nbsp;&nbsp;" \
Expand Down

0 comments on commit 423b0ee

Please sign in to comment.