@jdxcode/mise-linux-x64 2024.5.1 → 2024.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -5
- package/bin/mise +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -21,10 +21,6 @@
|
|
|
21
21
|
- Like [direnv](https://github.com/direnv/direnv) it manages [environment variables](https://mise.jdx.dev/environments.html) for different project directories.
|
|
22
22
|
- Like [make](https://www.gnu.org/software/make/manual/make.html) it manages [tasks](https://mise.jdx.dev/tasks/) used to build and test projects.
|
|
23
23
|
|
|
24
|
-
## Migrating from rtx
|
|
25
|
-
|
|
26
|
-
mise will attempt to migrate most of its internal files making the transition as easy as possible. That said, it's worth reading the [migration guide](https://mise.jdx.dev/rtx.html) because there are a few things to watch out for.
|
|
27
|
-
|
|
28
24
|
## 30 Second Demo
|
|
29
25
|
|
|
30
26
|
The following shows using mise to install different versions
|
|
@@ -40,7 +36,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
|
|
|
40
36
|
```sh-session
|
|
41
37
|
$ curl https://mise.run | sh
|
|
42
38
|
$ ~/.local/bin/mise --version
|
|
43
|
-
mise 2024.5.
|
|
39
|
+
mise 2024.5.3
|
|
44
40
|
```
|
|
45
41
|
|
|
46
42
|
Hook mise into your shell (pick the right one for your shell):
|
package/bin/mise
CHANGED
|
Binary file
|