From a2c445c5627e8c5f332f0e7390fee6cea6cdc30d Mon Sep 17 00:00:00 2001 From: Santiago Nobre Date: Wed, 19 Aug 2026 16:19:17 +0100 Subject: [PATCH] Update installation paths for Project P.I.T.T. --- docs/install.mdx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/install.mdx b/docs/install.mdx index 6eae823..f567f75 100644 --- a/docs/install.mdx +++ b/docs/install.mdx @@ -34,21 +34,21 @@ Drag **all contents** from the duckloader folder into the game folder located at ```bash -C:\Program Files (x86)\Steam\steamapps\common\Project P.I.T.T. Playtest\ +C:\Program Files (x86)\Steam\steamapps\common\Project P.I.T.T\ ``` ```bash -~/Library/Application Support/Steam/steamapps/common/Project P.I.T.T. Playtest/ +~/Library/Application Support/Steam/steamapps/common/Project P.I.T.T/ ``` ```bash -~/.local/share/Steam/steamapps/common/Project P.I.T.T. Playtest/ +~/.local/share/Steam/steamapps/common/Project P.I.T.T/ ``` @@ -73,7 +73,7 @@ To verify that DuckLoader is working correctly, start the game and check one of To install mods, place them in a folder named `mods` inside your main game directory (the same path used in **Step 2**): ```text -Project P.I.T.T. Playtest/mods/ +Project P.I.T.T/mods/ ``` ---