chore(README): Update README with Rustup details

Signed-off-by: innocentzero <isfarulhaque@proton.me>
This commit is contained in:
innocentzero
2024-04-03 06:35:40 +05:30
parent c9136a7941
commit cddb471719
+1 -1
View File
@@ -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`.