@jdxcode/mise-linux-x64 2024.1.2 → 2024.1.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.
Files changed (3) hide show
  1. package/README.md +6 -6
  2. package/bin/mise +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -33,18 +33,18 @@ Install mise on macOS (other methods [here](https://mise.jdx.dev/getting-started
33
33
 
34
34
  ```sh-session
35
35
  $ curl https://mise.jdx.dev/install.sh | sh
36
- $ ~/.local/share/mise/bin/mise --version
37
- mise 2024.1.2
36
+ $ ~/.local/bin/mise --version
37
+ mise 2024.1.3
38
38
  ```
39
39
 
40
40
  Hook mise into your shell (pick the right one for your shell):
41
41
 
42
42
  ```sh-session
43
- # note this assumes mise is located at ~/.local/share/mise/bin/mise
43
+ # note this assumes mise is located at ~/.local/bin/mise
44
44
  # which is what install.sh does by default
45
- echo 'eval "$(~/.local/share/mise/bin/mise activate bash)"' >> ~/.bashrc
46
- echo 'eval "$(~/.local/share/mise/bin/mise activate zsh)"' >> ~/.zshrc
47
- echo '~/.local/share/mise/bin/mise activate fish | source' >> ~/.config/fish/config.fish
45
+ echo 'eval "$(~/.local/bin/mise activate bash)"' >> ~/.bashrc
46
+ echo 'eval "$(~/.local/bin/mise activate zsh)"' >> ~/.zshrc
47
+ echo '~/.local/bin/mise activate fish | source' >> ~/.config/fish/config.fish
48
48
  ```
49
49
 
50
50
  Install a runtime and set it as the global default:
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.1.2",
3
+ "version": "v2024.1.3",
4
4
  "description": "polyglot runtime manager",
5
5
  "bin": {
6
6
  "mise": "bin/mise"