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/demo.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
The following demo shows:

- how to use `mise exec` to run a command with a specific version of a tool
- how you can use `mise` to install and many other tools such as `jq`, `terraform`, or `go`.
- how you can use `mise` to install many other tools such as `jq`, `terraform`, or `go`.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

For consistency with the demo video which also installs bat, it would be clearer to include it in this list. The demo script (docs/tapes/demo.tape) runs mise use -g terraform jq go bat.

As a follow-up, you might also want to update the transcript section of this file to include bat, as it's currently missing there as well.

Suggested change
- how you can use `mise` to install many other tools such as `jq`, `terraform`, or `go`.
- how you can use `mise` to install many other tools such as `terraform`, `jq`, `go`, or `bat`.

- how to use `mise` to manage multiple versions of `node` on the same system.

<video style="max-width: 100%; height: auto;" controls="controls" src="./tapes/demo.mp4" />
Expand Down
Loading