summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRibbon <peer_64x@protonmail.com>2023-06-11 00:30:20 +0000
committerRibbon <peer_64x@protonmail.com>2023-06-11 00:30:20 +0000
commit6d00f68cc94b4639be03816eabae89f9f7bb85b1 (patch)
tree432bbfd4072816a24e19fae459866cc476f7729d
parentb968d2b82e267b26b193473813aabd87b2d0306d (diff)
Quote the "Porting Applications using Recipes" page on CONTRIBUTINGporting-page-quote
-rw-r--r--CONTRIBUTING.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index e9aafe9..9823316 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -74,6 +74,12 @@ You can find the Redox build system organization and commands on this page:
- [Build System Quick Reference](https://doc.redox-os.org/book/ch08-06-build-system-reference.html)
+## Porting Software
+
+You can read how to use the Cookbook recipe system to port applications on this page:
+
+- [Porting Applications Using Recipes](https://doc.redox-os.org/book/ch09-03-porting-applications.html)
+
## Best Practices and Guidelines
- [Best Practices](https://doc.redox-os.org/book/ch11-00-best-practices.html)