Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,21 @@ Drag **all contents** from the duckloader folder into the game folder located at
<TabItem value="windows" label="Windows" default>

```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\
```

</TabItem>
<TabItem value="macOS" label="MacOS">

```bash
~/Library/Application Support/Steam/steamapps/common/Project P.I.T.T. Playtest/
~/Library/Application Support/Steam/steamapps/common/Project P.I.T.T/
```

</TabItem>
<TabItem value="linux" label="Linux">

```bash
~/.local/share/Steam/steamapps/common/Project P.I.T.T. Playtest/
~/.local/share/Steam/steamapps/common/Project P.I.T.T/
```

</TabItem>
Expand All @@ -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/
```

---
Expand Down