diff --git a/README.md b/README.md index d36b2ae..60b0de8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ninja -C build ./build/page ``` -Or, for a standalone wrapped binary (nixOS only): +Or, for a standalone wrapped binary (NixOS only): ```sh nix build @@ -48,4 +48,18 @@ page -h # help page ``` See `config.h` for keybindings, default URI, data directory, and other -tweakable settings and stuff. +tweakable settings and whatnot. + +# Patches for page + +To submit a patch, create a pull request with your patch in question +in the patches/* directory in its own subdirectory, alongside a README +explaining the patch. After review and testing, if the patch works and +is simple enough to maintain, I will merge your pull request as a patch +(as pull request merging isn't a thing on hgforge yet, unfortunetely), +crediting you as the author of the patch, if the README.md does not +contain credit for it beforehand. + +# License + +GNU Public License Version 3 diff --git a/patches/README.md b/patches/README.md deleted file mode 100644 index 1dcb603..0000000 --- a/patches/README.md +++ /dev/null @@ -1,12 +0,0 @@ -# page patches - -This directory exists for optional, user-submitted patchs for page. -To submit a patch, create a pull request, with the modified version -of your patched files. This will generate a diff, which will be added -into this directory after my approval. Ideally, you should include a -README.md (or just a plain text README) in the pull request's comment -section, explaining what the patch does. - -# Current patches - -No Patches yet