@jdxcode/mise-linux-x64 2024.1.0 → 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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2023 Jeff Dickey
3
+ Copyright (c) 2024 Jeff Dickey
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -1,10 +1,11 @@
1
1
  <div align="center">
2
+ <h1><a href="https://mise.jdx.dev">mise-en-place</a></h1>
2
3
  <!-- <a href="https://mise.jdx.dev"><picture> -->
3
4
  <!-- <source media="(prefers-color-scheme: dark)" width="617" srcset="./docs/logo-dark@2x.png"> -->
4
5
  <!-- <img alt="mise logo" width="617" src="./docs/logo-light@2x.png"> -->
5
6
  <!-- </picture></a> -->
6
7
  <br/>
7
- <a href="https://crates.io/crates/mise-cli"><img alt="Crates.io" src="https://img.shields.io/crates/v/mise-cli?style=for-the-badge"></a>
8
+ <a href="https://crates.io/crates/mise"><img alt="Crates.io" src="https://img.shields.io/crates/v/mise?style=for-the-badge"></a>
8
9
  <a href="https://github.com/jdx/mise/blob/main/LICENSE"><img alt="GitHub" src="https://img.shields.io/github/license/jdx/mise?color=%2320A920&style=for-the-badge"></a>
9
10
  <a href="https://github.com/jdx/mise/actions/workflows/test.yml"><img alt="GitHub Workflow Status" src="https://img.shields.io/github/actions/workflow/status/jdx/mise/test.yml?color=%2320A920&style=for-the-badge"></a>
10
11
  <!-- <a href="https://codecov.io/gh/jdx/mise"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/jdx/mise?color=%2320A920&style=for-the-badge"></a> -->
@@ -32,18 +33,18 @@ Install mise on macOS (other methods [here](https://mise.jdx.dev/getting-started
32
33
 
33
34
  ```sh-session
34
35
  $ curl https://mise.jdx.dev/install.sh | sh
35
- $ ~/.local/share/mise/bin/mise --version
36
- mise 2024.1.0
36
+ $ ~/.local/bin/mise --version
37
+ mise 2024.1.3
37
38
  ```
38
39
 
39
40
  Hook mise into your shell (pick the right one for your shell):
40
41
 
41
42
  ```sh-session
42
- # note this assumes mise is located at ~/.local/share/mise/bin/mise
43
+ # note this assumes mise is located at ~/.local/bin/mise
43
44
  # which is what install.sh does by default
44
- echo 'eval "$(~/.local/share/mise/bin/mise activate bash)"' >> ~/.bashrc
45
- echo 'eval "$(~/.local/share/mise/bin/mise activate zsh)"' >> ~/.zshrc
46
- 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
47
48
  ```
48
49
 
49
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.0",
3
+ "version": "v2024.1.3",
4
4
  "description": "polyglot runtime manager",
5
5
  "bin": {
6
6
  "mise": "bin/mise"