Skip to content

Commit

Permalink
README version bump to 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePrez authored Aug 25, 2021
1 parent 8c2cda9 commit bb72252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,11 +65,11 @@ The performance information support (`perfinfo`) has additional requirements, in
## Option 1: Binary distribution
You can install the binary distribution by copying the link to the `.rpm` file from the releases page of this project and using `yum` to install it. For instance, to install the v0.3.3 release:
```
yum install https://github.com/ThePrez/ServiceCommander-IBMi/releases/download/v0.3.3/sc-0.3.3-0.ibmi7.2.ppc64.rpm
yum install https://github.com/ThePrez/ServiceCommander-IBMi/releases/download/v0.3.4/sc-0.3.4-0.ibmi7.2.ppc64.rpm
```
If you cannot access github directly from your IBM i system, simply download the RPM from the ["Releases" page](https://github.com/ThePrez/ServiceCommander-IBMi/releases), upload the file to your IBM i system, and install via `yum`, like so:
```
yum install ./sc-0.3.2-0.ibmi7.2.ppc64.rpm
yum install ./sc-0.3.4-0.ibmi7.2.ppc64.rpm
```

## Option 2: Build from source
Expand Down

0 comments on commit bb72252

Please sign in to comment.