From 3e088e409500d9153760505789b73a52baf12bf1 Mon Sep 17 00:00:00 2001 From: Ribbon <ribbon_45@proton.me> Date: Thu, 27 Jun 2024 01:11:49 +0000 Subject: [PATCH] Improve the README --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d4b06acbb..9248abb38 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ from the [redox](https://gitlab.redox-os.org/redox-os/redox) repository. [](./LICENSE) - [Recipe Categories](#recipe-categories) +- [Search Recipes](#search-recipes) - [Package Policy](#package-policy) - [Cross-Compilation](#cross-compilation) - [Library Linking](#library-linking) @@ -34,9 +35,10 @@ The categories inside the `recipes` folder. - `dev` - Programs used for development and programming languages, like compilers and dependency managers - `doc` - Programs used for documentation - `emulators` - Console emulators or compatibility layers +- `fonts` - Fonts and programs for fonts - `games` - Any kind of game - `graphics` - Programs used for graphics processing or production -- `gui` - Graphical interfaces +- `gui` - Orbital - `icons` - Icon packs - `libs` - Software with functions for other softwares, like OpenSSL - `math` - Programs used for calculations @@ -51,6 +53,10 @@ The categories inside the `recipes` folder. - `web` - World Wide Web browsers and tools - `wip` - Software that needs porting or incomplete recipes +### Search Recipes + +Click in the button named "Find file" on the top of this repository to search for recipe names. + ### Package Policy Before sending your recipe to upstream (to become a public package), you must follow these rules: -- GitLab