From 332647fcefaff0610c471399fb363a687bf13385 Mon Sep 17 00:00:00 2001 From: Daniel Schaefer Date: Fri, 10 Apr 2026 19:28:54 +0800 Subject: [PATCH] README: Document how to install snap Signed-off-by: Daniel Schaefer --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aece03e..29531c3 100644 --- a/README.md +++ b/README.md @@ -27,6 +27,9 @@ You can find lots of examples in [EXAMPLES.md](./EXAMPLES.md). - `apt install rust-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` +- 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` - Rhino Linux [![Rhino Linux package](https://repology.org/badge/version-for-repo/pacstall/framework-system.svg)](https://repology.org/project/framework-system/versions) - `pacstall -I framework-system-bin` - [![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)