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 26, 2024
1 parent 29e4e74 commit 47283da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 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.2/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.3/Payload.zip | gunzip -c -d | nc -q0 $PS5_HOST 9021
```

To interact with ps5-payload-websrv, either install the [Launcher PKG][launcher]
Expand Down
2 changes: 1 addition & 1 deletion assets/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Homebrew Launcher v0.2</title>
<title>Homebrew Launcher v0.3</title>
<link rel="stylesheet" href="main.css">
</head>

Expand Down

0 comments on commit 47283da

Please sign in to comment.