Skip to content

Commit

Permalink
chore: add debugging information to README
Browse files Browse the repository at this point in the history
  • Loading branch information
vmfunc authored Nov 21, 2023
1 parent 9ad3497 commit a1bed60
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ You can download the latest version of the patcher from the [Releases Page](http
Compatible with Windows (**10** and **11**), macOS, and Linux!

### Debug
In order to troubleshoot any issues, you can use the `--debug` flag while running the patcher to have extended logs.
```
> <patcher executable> --debug
```

## Compiling

Clone or download the repository, and open the solution file in Visual Studio. You will need to make sure you have .NET 6.0 set up to compile it.
Expand Down

0 comments on commit a1bed60

Please sign in to comment.