You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the readme there is a error when installing a specific version: it shows the same version as in the common installation above instead of showing the one passed as environment variable.
$ curl https://mise.run | MISE_VERSION=v2024.5.16 sh
$ ~/.local/bin/mise --version
mise 2024.8.12
```
The last one should be
[...]
$ curl https://mise.run | MISE_VERSION=v2024.5.16 sh
$ ~/.local/bin/mise --version
mise 2024.5.16
Also I don't know if I changed the output of the --version, but testing with a fresh install on my computer it doesn't show the word mise but only the version plus commit platform and date. Like this:
$ mise --version
2024.8.12 linux-x64 (778f806 2024-08-20)
# old specific version
$ mise --version
2024.5.16 linux-x64 (8838098 2024-05-15)
Maybe that needs to be updated if it is outdated.
The text was updated successfully, but these errors were encountered:
In the readme there is a error when installing a specific version: it shows the same version as in the common installation above instead of showing the one passed as environment variable.
mise/README.md
Lines 36 to 48 in f71e3ef
The last one should be
Also I don't know if I changed the output of the
--version
, but testing with a fresh install on my computer it doesn't show the wordmise
but only the version plus commit platform and date. Like this:Maybe that needs to be updated if it is outdated.
The text was updated successfully, but these errors were encountered: