Skip to content

Commit 9432bfc

Browse files
authored
docs: add missing asdf reshim step to migration guide (#1950)
1 parent 46e84af commit 9432bfc

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/guide/upgrading-to-v0-16.md

+10
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,16 @@ export ASDF_DATA_DIR="/home/myuser/.asdf"
6565
export PATH="$ASDF_DATA_DIR/shims:$PATH"
6666
```
6767

68+
#### 4. Regenerate Shims
69+
70+
Verify that `asdf` command in your shell session is version 0.16.0+ by running
71+
`asdf --help`. If you still see an older version you will need to start a new
72+
shell session.
73+
74+
Once you've verified the `asdf` command is the new version run `asdf reshim` to
75+
regenerate all shims. This is necessary as the old shims may still reference
76+
the old Bash version.
77+
6878
### Testing
6979

7080

0 commit comments

Comments
 (0)