diff --git a/README.md b/README.md index 304ecd2..eb07d25 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,11 @@ Allows for generating and applying patches to software. Currently used for downgrading EFT. ## Requirements -- .net 6 +- .net 8 ## Development Stuff - VS 2022 w/ Avalonia Extension +- git-lfs ## PatchClient Parameters The patch client only has one parameter at this time (`autoclose`) which can be passed to the patch client like this: @@ -42,4 +43,4 @@ public enum PatcherExitCode MissingDir = 14 // a directory could not be found during patch generation (source/target/output) (patch generator only) PatchFailed = 15 // a patch file failed (patch client only) } -``` \ No newline at end of file +```