File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,11 +63,14 @@ For development (optional):
6363 ```
64643 . Set the version (choose one)
6565 ``` bash
66- # Project-local
67- asdf local bash-unit < version>
66+ # In current directory (.tool-versions in cwd)
67+ asdf set bash-unit < version>
6868
69- # Global (all shells)
70- asdf global bash-unit < version>
69+ # In $HOME (.tool-versions in home)
70+ asdf set -u bash-unit < version>
71+
72+ # In nearest parent .tool-versions
73+ asdf set -p bash-unit < version>
7174 ```
72754 . Optional: avoid API rate limits for version discovery
7376 - Some commands (e.g., [ bin/list-all] ( bin/list-all ) , [ bin/latest-stable] ( bin/latest-stable ) ) may query GitHub.
@@ -90,8 +93,14 @@ For development (optional):
9093 ` ` `
9194- Switch versions
9295 ` ` ` bash
93- asdf local bash-unit < version> # in a project
94- asdf global bash-unit <version> # for your user
96+ # set in current directory (.tool-versions)
97+ asdf set bash-unit < version>
98+
99+ # set in $HOME (.tool-versions in home)
100+ asdf set -u bash-unit < version>
101+
102+ # set in nearest parent .tool-versions
103+ asdf set -p bash-unit < version>
95104 ` ` `
96105- Verify the shim and path
97106 ` ` ` bash
You can’t perform that action at this time.
0 commit comments