From 17313c7fca4b942b1d6f11b67480e9217a6513d1 Mon Sep 17 00:00:00 2001 From: Zo0 Date: Sun, 1 Feb 2026 07:28:41 +0000 Subject: [PATCH] README formatting --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 59e808d..94e9138 100644 --- a/README.md +++ b/README.md @@ -13,11 +13,17 @@ PSFree is a collection of exploits for the PS4 console. The main focus of the re ## Quickstart (Docker Compose) clone the repo +```bash git clone https://zit.zo0.zip/zo0/PSFree-Enhanced-Dockerized +cd PSFree-Enhanced-Dockerized +``` Build the docker image with +```bash docker build -t psfe:latest . +``` +Create a Docker compose file docker-compose.yml ```yaml services: webapp: @@ -26,6 +32,16 @@ services: ports: - "52721:52721" restart: unless-stopped +``` + +Run the container with +```bash +docker compose up -d +``` +Now you can reach it under +```html +http://:52721 +``` ## Vulnerability Scope