Skip to content

Commit

Permalink
Update Readme to v1.3 binaries.
Browse files Browse the repository at this point in the history
  • Loading branch information
J-Rios committed Nov 12, 2018
1 parent 78bfb34 commit c7c70f0
Showing 1 changed file with 5 additions and 5 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.2/Windows_SUSTerm_v120.zip).
* Download [last version](https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Windows_SUSTerm_v130.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.2/Linux_SUSTerm_v120.zip
$ wget https://github.com/J-Rios/SUSTerm/releases/download/v1.3/Linux_SUSTerm_v130.zip
```

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

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

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

0 comments on commit c7c70f0

Please sign in to comment.