From 001f278345ae08b567a8db7bd66333b57c9a419e Mon Sep 17 00:00:00 2001 From: Wei-Li Tang Date: Sun, 17 May 2026 21:08:02 +0800 Subject: [PATCH] README: fix apt install package name The name of package providing binary executables for Debian 14 and Ubuntu 26.04 is `framework-tool`. `rust-framework-tool` is the source package name, but not for apt install. Ref.: https://packages.debian.org/forky/framework-tool https://packages.ubuntu.com/resolute/framework-tool --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 14fd947..d14b43b 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ You can find lots of examples in [EXAMPLES.md](./EXAMPLES.md). - Gentoo [![Gentoo package](https://repology.org/badge/version-for-repo/gentoo/framework-tool.svg)](https://repology.org/project/framework-tool/versions) - `emerge framework_tool` - 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)) - - `apt install rust-framework-tool` + - `apt install framework-tool` - 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)) - - `apt install rust-framework-tool` + - `apt install framework-tool` - Ubuntu (Any Version - [Snap Package](https://snapcraft.io/framework-tool)) - `snap install --edge framework-tool --classic` - Note that this installs the command called `framework-tool` instead of `framework_tool`