@jdxcode/mise-linux-x64 2024.5.2 → 2024.5.5

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.
Files changed (3) hide show
  1. package/README.md +1 -5
  2. package/bin/mise +0 -0
  3. 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.2
39
+ mise 2024.5.5
44
40
  ```
45
41
 
46
42
  Hook mise into your shell (pick the right one for your shell):
package/bin/mise CHANGED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jdxcode/mise-linux-x64",
3
- "version": "v2024.5.2",
3
+ "version": "v2024.5.5",
4
4
  "description": "polyglot runtime manager",
5
5
  "bin": {
6
6
  "mise": "bin/mise"