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