Skip to content

Commit faee0e6

Browse files
committed
update readme
1 parent 274b538 commit faee0e6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,14 @@ Moves replay buffer recordings into a folder based on the active window.
66

77
# Install
88

9-
Download the .dll from [releases](https://github.com/YelovSK/ReplayBufferMoveOnSave/releases/latest) and place it in `obs-studio\obs-plugins\64bit`.
9+
Download and run the installer from [releases](https://github.com/YelovSK/ReplayBufferMoveOnSave/releases/latest). Windows Defender might complain.
10+
11+
Alternatively download the .zip and move contents into the obs-studio directory.
1012

1113
# Compile
1214

1315
Run `./.github/scripts/Build-Windows.ps1`.
1416

15-
Gets `Windows.h` and `Psapi.h` from `C:/Program Files (x86)/Windows Kits/10/Include/<version>/um` (see [CMakeLists.txt](CMakeLists.txt)). I am sure there's a better way, feel free to make a PR, I am not familiar with cmake. Does compile without it, but then Visual Studio intellisense does not work.
17+
GitHub Actions should automatically build the project and create a release when a tagged commit is pushed.
18+
19+
Gets `Windows.h` and `Psapi.h` from `C:/Program Files (x86)/Windows Kits/10/Include/<version>/um` (see [CMakeLists.txt](CMakeLists.txt)). I am sure there's a better way, feel free to make a PR, I am not familiar with cmake (or C in general). Does compile without it, but then Visual Studio intellisense does not work.

0 commit comments

Comments
 (0)