Skip to content

Commit

Permalink
readme: add quick-start instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
john-tornblom committed May 19, 2024
1 parent 3dd8222 commit ba5f1f3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,13 @@ This is a simple web server that can be executed on a Playstation 5 that has
been jailbroken via the [BD-J][bdj] or the [webkit][webkit] entry points.

## Quick-start
TODO
To deploy ps5-payload-websrv, first launch the [ps5-payload-elfldr][elfldr], then
load the payload and connect to the web server on port 8080:

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

## Available services
TODO
Expand Down

0 comments on commit ba5f1f3

Please sign in to comment.