Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ hero:
<pre><code>$ curl https://mise.run | sh<br />✓ mise installed<br /><br />$ mise doctor<br />✓ mise is ready</code></pre>
</div>
<div class="recipe-panel recipe-panel-2">
<pre><code>$ mise use node@24 python@3.13 terraform@1<br />✓ wrote mise.toml<br /><br />$ mise install<br />✓ installed 3 tools</code></pre>
<pre><code>$ mise use node@26 python@3.14 terraform@1<br />✓ wrote mise.toml<br /><br />$ mise install<br />✓ installed 3 tools</code></pre>
Comment thread
cclauss marked this conversation as resolved.
</div>
<div class="recipe-panel recipe-panel-3">
<pre><code>$ cat .env.local<br />DATABASE_URL=postgres://localhost/orders<br /><br />$ mise env -s bash<br />export DATABASE_URL=postgres://localhost/orders</code></pre>
Expand Down
Loading