From b063c8eec3b504c5677df84c89a6b8313a080a9d Mon Sep 17 00:00:00 2001 From: Salim B Date: Sat, 6 Jun 2026 20:43:01 +0200 Subject: [PATCH 1/2] docs: update snap installation Snap package has a stable channel meanwhile (and the release in the beta channel is outdated OTOH). --- docs/installing-mise.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installing-mise.md b/docs/installing-mise.md index cd4ec3fc01..a556b93fb4 100644 --- a/docs/installing-mise.md +++ b/docs/installing-mise.md @@ -189,10 +189,10 @@ dnf install mise [COPR package page](https://copr.fedorainfracloud.org/coprs/jdxcode/mise/) -### Snap (Linux, currently in beta) +### Snap (Linux) ```sh -sudo snap install mise --classic --beta +sudo snap install mise --classic ``` [snapcraft.io page](https://snapcraft.io/mise) From 80b467f0eae73aabbd4d0df01aaecb318be84cc0 Mon Sep 17 00:00:00 2001 From: Salim B Date: Sat, 6 Jun 2026 20:47:33 +0200 Subject: [PATCH 2/2] docs: update snap installation (2) --- docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index 3543789bef..c87a4f61bf 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -68,10 +68,10 @@ sudo dnf install mise See the [copr page](https://copr.fedorainfracloud.org/coprs/jdxcode/mise/) for more information. -== Snap (beta) +== Snap ```sh -sudo snap install mise --classic --beta +sudo snap install mise --classic ``` See the [snapcraft.io page](https://snapcraft.io/mise) for more information.