From cddb47171964fe00ddffea3e5de68850976db8c5 Mon Sep 17 00:00:00 2001 From: innocentzero Date: Wed, 3 Apr 2024 06:35:40 +0530 Subject: [PATCH] chore(README): Update README with Rustup details Signed-off-by: innocentzero --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 08dec43..0a7ee44 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Pull requests for additional backends are welcome! | Flatpak | `flatpak` | `[flatpak]` | built-in | can manage either system-wide or per-user installation (configurable) | | Python | `pip` | `[python]` | built-in | | | Rust | `cargo` | `[rust]` | built-in | | -| Rust | `rustup` | `[rustup]` | built-in | See the comments below about the syntax of the packages in the group file. | +| Rustup | `rustup` | `[rustup]` | built-in | See the comments [below](#rustup) about the syntax of the packages in the group file. | Backends that have a `feature flag` require setting the respective flag for the build process. The appropriate system libraries and their header files must be present on the machine and be detectable by `pkg-config`.