Skip to content

Commit b380ee7

Browse files
committed
Update README
1 parent 6e9300e commit b380ee7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ Preloader patch provides a public event one can listen to which will receive all
1818

1919
Unlike output log, which can be disabled in the game, this redirect will always capture said debug logs.
2020

21-
By default, logs are output to `unity_log.txt`. This is configurable via `RedirectInternalLogs.cfg` configuration file.
21+
**How to use:** This is a preloader patcher. Put the compiled DLL into `BepInEx/patchers`.
22+
By default, logs are output to `unity_log.txt`. This is configurable via `RedirectInternalLogs.cfg` configuration file that gets generated on the first run.
2223

2324
### Simple Mono Profiler
2425
A simple profiler that can be used in any Unity player build as long as it can run BepInEx 5.x. It can generate a .csv file with profiling results from an arbitrary length of time.

0 commit comments

Comments
 (0)