Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed Sep 21, 2024
1 parent 87d1351 commit e7f9c01
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 @@ -5,12 +5,12 @@ It can be used to launch homebrew via the Webkit browser embedded with the PS5,
or remotely from your PC, phone, etc.

## Quick-start
To deploy ps5-payload-websrv, first launch the [ps5-payload-elfldr][elfldr],
then load the payload as follows:
To deploy ps5-payload-websrv, first make sure [ps5-payload-elfldr][elfldr] is
running, 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.9/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.10/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 e7f9c01

Please sign in to comment.