diff --git a/docs/index.md b/docs/index.md index 95ae7ab3e3..87765a33d7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -103,7 +103,7 @@ hero:
$ curl https://mise.run | sh
✓ mise installed
$ mise doctor
✓ mise is ready
$ mise use node@24 python@3.13 terraform@1
✓ wrote mise.toml
$ mise install
✓ installed 3 tools
+ $ mise use node@26 python@3.14 terraform@1
✓ wrote mise.toml
$ mise install
✓ installed 3 tools
$ cat .env.local
DATABASE_URL=postgres://localhost/orders
$ mise env -s bash
export DATABASE_URL=postgres://localhost/orders