From d8c1aed72615ca9477d69d0343ef31c8b3666f93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20T=C3=B6rnblom?= Date: Fri, 24 May 2024 16:52:17 +0200 Subject: [PATCH] cosmetics --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c28e900..a5cea20 100644 --- a/README.md +++ b/README.md @@ -31,9 +31,13 @@ You can also add your own custom UI extentions by specifying a javascript file n - /data/homebrew/MyHomebrew/homebrew.js This is useful when the payload accepts different command line options, e.g., -an emulator that expects arguments for loading roms. For an example, see: +an emulator that expects arguments for loading roms. For an example on +available capabillitiles, see: - https://github.com/ps5-payload-dev/websrv/tree/master/homebrew/demo +For real-world homebrew, checkout the latest release at: +- https://github.com/ps5-payload-dev/websrv/releases + ## Building Assuming you have the [ps5-payload-sdk][sdk] installed on a Debian-flavored operating system, the payload can be compiled using the following commands: