From d16e58fdfb62fe89afd4160113e6d0d1c64bc49a Mon Sep 17 00:00:00 2001 From: Erick Guan Date: Mon, 26 Feb 2024 14:04:18 +0100 Subject: [PATCH] Update a few phrases for mise install --- docs/cli-reference.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/docs/cli-reference.md b/docs/cli-reference.md index e53487383..842d82204 100644 --- a/docs/cli-reference.md +++ b/docs/cli-reference.md @@ -425,12 +425,12 @@ Options: ```text Install a tool version -This will install a tool version to `~/.local/share/mise/installs//` -It won't be used simply by being installed, however. -For that, you must set up a `.mise.toml`/`.tool-version` file manually or with `mise use`. -Or you can call a tool version explicitly with `mise exec @ -- `. +`install` will install a tool version to `~/.local/share/mise/installs//` +Tools are inactive without being enabled, however. +To enable a tool, set up a `.mise.toml`/`.tool-version` file or `mise use`. +Another way is to use a tool explicitly with `mise exec @ -- `. -Tools will be installed in parallel. To disable, set `--jobs=1` or `MISE_JOBS=1` +`install` installs tools in parallel, by default. To disable, set `--jobs=1` or `MISE_JOBS=1` Usage: install [OPTIONS] [TOOL@VERSION]... @@ -452,7 +452,9 @@ Options: Directly pipe stdin/stdout/stderr from plugin to user Sets --jobs=1 -v, --verbose... - Show installation output + Show installation output. This argument will print plugins' logs. + When plugin downloads assets, mise will show download logs. + When plugin configures and compiles tools, mise will show configuration and compilation logs. Examples: