Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 9, 2024
1 parent 356b4f3 commit c49a97e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ john@localhost:ps5-payload-dev/sdk$ sudo apt-get install bash socat cmake pkg-co
## Quick-start
To download and install a binary distribution for GNU/Linux:
```console
john@localhost:tmp$ wget https://github.com/ps5-payload-dev/sdk/releases/download/v0.11/ps5-payload-sdk.tar.gz
john@localhost:tmp$ mkdir -p /opt/ps5-payload-sdk-0.11/
john@localhost:tmp$ tar xvf ps5-payload-sdk.tar.gz -C /opt/ps5-payload-sdk-0.11/
john@localhost:tmp$ wget https://github.com/ps5-payload-dev/sdk/releases/download/v0.14/ps5-payload-sdk.tar.gz
john@localhost:tmp$ mkdir -p /opt/ps5-payload-sdk-0.14/
john@localhost:tmp$ tar xvf ps5-payload-sdk.tar.gz -C /opt/ps5-payload-sdk-0.14/
```

## Building
Expand Down

0 comments on commit c49a97e

Please sign in to comment.