Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.md to use LogOutput.log #27

Merged
merged 2 commits into from
Oct 6, 2024
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
6 changes: 3 additions & 3 deletions articles/user_guide/installation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ Currently, BepInEx can be installed manually.

# [Windows](#tab/tabid-win)
Simply run the game executable. This should generate BepInEx configuration
file into `BepInEx/config` folder and an initial log file `BepInEx/LogOutput.txt`.
file into `BepInEx/config` folder and an initial log file `BepInEx/LogOutput.log`.

# [Linux/macOS](#tab/tabid-nix)
> [!NOTE]
Expand All @@ -97,7 +97,7 @@ Currently, BepInEx can be installed manually.
./run_bepinex.sh
```
This should generate BepInEx configuration
file into `BepInEx/config` folder and an initial log file `BepInEx/LogOutput.txt`.
file into `BepInEx/config` folder and an initial log file `BepInEx/LogOutput.log`.
***

4. Configure BepInEx to suit your needs.
Expand All @@ -114,4 +114,4 @@ limitations of different Unity versions.

Please refer to the
[troubleshooting](<xref:troubleshooting>) section for more information about
additional installation steps.
additional installation steps.