File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.3/Windows_SUSTerm_v130 .zip ) .
20+ * Download [ last version] ( https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Windows_SUSTerm_v140 .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.3/Linux_SUSTerm_v130 .zip
28+ $ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.4/Linux_SUSTerm_v140 .zip
2929 ```
3030
3131 * Unzip it, give execution permission and place it to user binaries apps dir:
3232 ```
33- $ unzip Linux_SUSTerm_v130 .zip
34- $ cd Linux_SUSTerm_v130
33+ $ unzip Linux_SUSTerm_v140 .zip
34+ $ cd Linux_SUSTerm_v140
3535 $ sudo chmod +x ./install
3636 $ sudo ./install
3737 ```
3838
3939 * Remove unnecessary used files:
4040 ```
4141 $ cd ~
42- $ rm -rf Linux_SUSTerm_v130 *
42+ $ rm -rf Linux_SUSTerm_v140 *
4343 ```
4444
4545 * Add actual user to dialout group to allow open serial ports without been root and reboot system to apply:
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const QString ABOUT_TEXT =
5555 "SUSTerm (Simple Universal Serial Terminal) is a free and open GNU-GPL software which is " \
5656 "focused in minimalist and be efficiently fast and easy to use.<br/>" \
5757 "<br/>" \
58- "Actual Version: 1.3 <br/>" \
58+ "Actual Version: 1.4 <br/>" \
5959 "<br/>" \
6060 "This software was developed by @J-Rios and you can get the code at:<br/>" \
6161 " " \
You can’t perform that action at this time.
0 commit comments