From 9a8949227f6d38a0bf2100f53d950a1691aae147 Mon Sep 17 00:00:00 2001 From: Book-reader Date: Thu, 4 Apr 2024 17:37:57 +1300 Subject: [PATCH] add void backend to readme --- .vscode/settings.json | 7 ------- README.md | 1 + 2 files changed, 1 insertion(+), 7 deletions(-) delete mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index ccfdd49..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "rust-analyzer.linkedProjects": [ - "./crates/pacdef_core/Cargo.toml", - "./crates/pacdef_core/Cargo.toml", - "./crates/pacdef_core/Cargo.toml" - ] -} \ No newline at end of file diff --git a/README.md b/README.md index 0a7ee44..52bf387 100644 --- a/README.md +++ b/README.md @@ -88,6 +88,7 @@ Pull requests for additional backends are welcome! | ----------- | --------------- | ----------- | ------------ | ---------------------------------------------------------------------------------------- | | Arch Linux | `pacman` | `[arch]` | `arch` | includes pacman-wrapping AUR helpers (configurable) | | Debian | `apt` | `[debian]` | `debian` | minimum supported apt-version 2.0.2 ([see upstream](https://gitlab.com/volian/rust-apt)) | +| Void Linux | `xbps` | `[void]` | `void` | | | 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 | |