diff --git a/Patches.md b/Patches.md new file mode 100644 index 0000000..2dfc059 --- /dev/null +++ b/Patches.md @@ -0,0 +1,11 @@ +In the `./enhancements` folder, there are several .patch files, which can be applied in the following manner: + +``` + git apply fps.patch --ignore-whitespace --reject +``` +If any rejections occur, you can search for them with `find | grep .rej`. +Try to solve rejections through [wiggle](https://github.com/neilbrown/wiggle). +``` +wiggle rejection.rej --replace +``` +