Commit 0c42ef9
committed
Update README zsh completion for bundled installer
The README's zsh section points to bin/aws_zsh_completer.sh, which
is shipped via Package Manager installs (e.g. pip) but not by the
bundled installer (zip/pkg). Bundled-installer users following the
README hit "No such file or directory" when sourcing it.
Keep the existing pip instructions and add a parallel block for
bundled installs using the bashcompinit + complete -C approach
documented in the AWS CLI User Guide. Both methods now coexist
without removing the legacy path that pip users still rely on.
Fixes aws#89571 parent 8ad9b4e commit 0c42ef9
1 file changed
Lines changed: 15 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
91 | | - | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
98 | 111 | | |
99 | 112 | | |
100 | 113 | | |
| |||
0 commit comments