From ff20db29d506e32264d558c72491ecbc671cfe3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=97=E5=8D=9A=E4=BB=81=28Buo-ren=20Lin=29?= Date: Fri, 17 Apr 2026 22:52:29 +0800 Subject: [PATCH] README: Fix snap install command formatting MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Backtick pair not closed properly. Signed-off-by: ๆž—ๅšไป(Buo-ren Lin) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 29531c3..8ab5ad5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can find lots of examples in [EXAMPLES.md](./EXAMPLES.md). - 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 + - `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`