Skip to content

Commit b905a83

Browse files
nadzyahJohnAZoidberg
authored andcommitted
docs: Add Debian 14 and Ubuntu 26.04 installation instructions
1 parent 6f2713d commit b905a83

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ You can find lots of examples in [EXAMPLES.md](./EXAMPLES.md).
2323
- `zypper install framework_tool`
2424
- Gentoo [![Gentoo package](https://repology.org/badge/version-for-repo/gentoo/framework-tool.svg)](https://repology.org/project/framework-tool/versions)
2525
- `emerge framework_tool`
26+
- Debian 14 (Forky) and later ([rust-framework-lib](https://tracker.debian.org/pkg/rust-framework-lib), [rust-framework-tool](https://tracker.debian.org/pkg/rust-framework-tool))
27+
- `apt install rust-framework-tool`
28+
- Ubuntu 26.04 (Resolute) and later ([rust-framework-lib](https://launchpad.net/ubuntu/+source/rust-framework-lib), [rust-framework-tool](https://launchpad.net/ubuntu/+source/rust-framework-tool))
29+
- `apt install rust-framework-tool`
2630
- Rhino Linux [![Rhino Linux package](https://repology.org/badge/version-for-repo/pacstall/framework-system.svg)](https://repology.org/project/framework-system/versions)
2731
- `pacstall -I framework-system-bin`
2832
- [![Void Linux x86_64 package](https://repology.org/badge/version-for-repo/void_x86_64/framework-system.svg)](https://repology.org/project/framework-system/versions)
@@ -188,7 +192,7 @@ sudo dnf install systemd-devel hidapi-devel
188192
# FreeBSD
189193
sudo pkg install rust hidapi pkgconf
190194
191-
# Ubuntu
195+
# Debian/Ubuntu
192196
sudo apt install rustup build-essential libhidapi-dev libsystemd-dev libudev-dev libusb-1.0-0-dev pkg-config
193197
```
194198

0 commit comments

Comments
 (0)