Skip to content

Commit

Permalink
readme: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 30, 2024
1 parent 0350a62 commit 255a808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ then load the payload as follows:

```console
john@localhost:~$ export PS5_HOST=ps5
john@localhost:~$ wget -q -O - https://github.com/ps5-payload-dev/websrv/releases/download/v0.3/Payload.zip | gunzip -c -d | nc -q0 $PS5_HOST 9021
john@localhost:~$ wget -q -O - https://github.com/ps5-payload-dev/websrv/releases/download/v0.4/Payload.zip | gunzip -c -d | nc -q0 $PS5_HOST 9021
```

To interact with ps5-payload-websrv, either install the [Launcher PKG][launcher]
Expand Down

0 comments on commit 255a808

Please sign in to comment.