@jdxcode/mise-linux-x64 2024.1.30 → 2024.1.32
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/README.md +2 -2
- package/bin/mise +0 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
<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
8
|
<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
9
|
<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
|
-
|
|
10
|
+
<a href="https://app.codacy.com/gh/jdx/mise/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_coverage"><img alt="Codacy coverage (branch)" src="https://img.shields.io/codacy/coverage/af322e1f36ca41f0a296f49733a705f5/main?color=%2320A920&style=for-the-badge"></a>
|
|
11
11
|
<a href="https://discord.gg/mABnUDvP57"><img alt="Discord" src="https://img.shields.io/discord/1066429325269794907?color=%23738ADB&style=for-the-badge"></a>
|
|
12
12
|
<p><em>The front-end to your dev env. (<a href="https://mise.jdx.dev/rtx.html">formerly called "rtx"</a>)</em></p>
|
|
13
13
|
</div>
|
|
@@ -37,7 +37,7 @@ Install mise (other methods [here](https://mise.jdx.dev/getting-started.html)):
|
|
|
37
37
|
```sh-session
|
|
38
38
|
$ curl https://mise.jdx.dev/install.sh | sh
|
|
39
39
|
$ ~/.local/bin/mise --version
|
|
40
|
-
mise 2024.1.
|
|
40
|
+
mise 2024.1.32
|
|
41
41
|
```
|
|
42
42
|
|
|
43
43
|
Hook mise into your shell (pick the right one for your shell):
|
package/bin/mise
CHANGED
|
Binary file
|