@jdxcode/mise-linux-x64 2024.1.0 → 2024.1.2
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 +1 -1
- package/README.md +3 -2
- package/bin/mise +0 -0
- package/package.json +1 -1
package/LICENSE
CHANGED
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
|
|
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> -->
|
|
@@ -33,7 +34,7 @@ Install mise on macOS (other methods [here](https://mise.jdx.dev/getting-started
|
|
|
33
34
|
```sh-session
|
|
34
35
|
$ curl https://mise.jdx.dev/install.sh | sh
|
|
35
36
|
$ ~/.local/share/mise/bin/mise --version
|
|
36
|
-
mise 2024.1.
|
|
37
|
+
mise 2024.1.2
|
|
37
38
|
```
|
|
38
39
|
|
|
39
40
|
Hook mise into your shell (pick the right one for your shell):
|
package/bin/mise
CHANGED
|
Binary file
|