We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e84af commit 9432bfcCopy full SHA for 9432bfc
docs/guide/upgrading-to-v0-16.md
@@ -65,6 +65,16 @@ export ASDF_DATA_DIR="/home/myuser/.asdf"
65
export PATH="$ASDF_DATA_DIR/shims:$PATH"
66
```
67
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
78
### Testing
79
80
0 commit comments