@jdxcode/mise-linux-x64 2024.1.3 → 2024.1.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 +3 -3
  2. package/bin/mise +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -10,7 +10,7 @@
10
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>
11
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> -->
12
12
  <a href="https://discord.gg/mABnUDvP57"><img alt="Discord" src="https://img.shields.io/discord/1066429325269794907?color=%23738ADB&style=for-the-badge"></a>
13
- <p><em>The front-end to your dev env. (formerly called "rtx")</em></p>
13
+ <p><em>The front-end to your dev env. (<a href="https://mise.jdx.dev/rtx.html">formerly called "rtx"</a>)</em></p>
14
14
  </div>
15
15
 
16
16
  ## What is it?
@@ -29,12 +29,12 @@ Note that calling `which node` gives us a real path to node, not a shim.
29
29
 
30
30
  ## Quickstart
31
31
 
32
- Install mise on macOS (other methods [here](https://mise.jdx.dev/getting-started.html)):
32
+ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
33
33
 
34
34
  ```sh-session
35
35
  $ curl https://mise.jdx.dev/install.sh | sh
36
36
  $ ~/.local/bin/mise --version
37
- mise 2024.1.3
37
+ mise 2024.1.5
38
38
  ```
39
39
 
40
40
  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.1.3",
3
+ "version": "v2024.1.5",
4
4
  "description": "polyglot runtime manager",
5
5
  "bin": {
6
6
  "mise": "bin/mise"