Skip to content

Commit

Permalink
Updated Fedora install cmd to reflect dnf5 config-manager (#4216)
Browse files Browse the repository at this point in the history
  • Loading branch information
vgnh authored Jan 25, 2025
1 parent 6dc733a commit 77367ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ sudo apt install -y mise

```sh
sudo dnf install -y dnf-plugins-core
sudo dnf config-manager --add-repo https://mise.jdx.dev/rpm/mise.repo
sudo dnf config-manager addrepo --from-repofile=https://mise.jdx.dev/rpm/mise.repo
sudo dnf install -y mise
```

Expand Down

0 comments on commit 77367ca

Please sign in to comment.