dsifford / yarn-completion

Bash completion for Yarn
MIT License
277 stars 25 forks source link

Update install instructions #50

Closed silviot closed 3 years ago

silviot commented 3 years ago

When I tried the suggested install command I was missing the directory to hold the user specific bash completion files. This PR adds an mkdir -p invocation to the installation instructions, so that they'll work even if the directory is not present.