Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions docs/installing-mise.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Comment thread
coderabbitai[bot] marked this conversation as resolved.
```

[snapcraft.io page](https://snapcraft.io/mise)
Expand Down
Loading