@@ 116,13 116,18 @@ To apply any patches, change the current directory to the one holding the
**sled** repository, then:
```
-$ git apply path_to_patch/filename-of-patch.patch
+$ git am path_to_patch/filename-of-patch.patch
```
and then call **redo** as above. Included patches are located inside the
`patch/` subdirectory.
+## Contributing patches
+
+See the file [_HACKING_][hacking] in the **sled** repository for details.
+
+
## Bugs and limitations
Bugs can be reported using the [ticket tracker][issue]. See the manpage (`man
@@ 158,6 163,7 @@ the termbox2 library. Currently, this includes only the file `termbox.h`.
{made-by}
{/main}
+[hacking]: https://git.sr.ht/~strahinja/sled/blob/master/HACKING
[issue]: https://todo.sr.ht/~strahinja/sled/
[licen]: https://www.gnu.org/licenses
[termbox]: https://github.com/termbox/termbox2