@jdxcode/mise-linux-x64 2024.2.0 → 2024.2.1

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 +4 -4
  2. package/bin/mise +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -35,16 +35,16 @@ Note that calling `which node` gives us a real path to node, not a shim.
35
35
  Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
36
36
 
37
37
  ```sh-session
38
- $ curl https://mise.jdx.dev/install.sh | sh
38
+ $ curl https://mise.run | sh
39
39
  $ ~/.local/bin/mise --version
40
- mise 2024.2.0
40
+ mise 2024.2.1
41
41
  ```
42
42
 
43
43
  Hook mise into your shell (pick the right one for your shell):
44
44
 
45
45
  ```sh-session
46
46
  # note this assumes mise is located at ~/.local/bin/mise
47
- # which is what install.sh does by default
47
+ # which is what https://mise.run does by default
48
48
  echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
49
49
  echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
50
50
  echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish
@@ -60,4 +60,4 @@ v20.0.0
60
60
 
61
61
  ## Full Documentation
62
62
 
63
- See [mise.jdx.dev](https://mise.jdx.dev).
63
+ See [mise.jdx.dev](https://mise.jdx.dev)
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.2.0",
3
+ "version": "v2024.2.1",
4
4
  "description": "polyglot runtime manager",
5
5
  "bin": {
6
6
  "mise": "bin/mise"