Skip to content

Commit

Permalink
Merge pull request kubernetes#4122 from xLegoz/patch-1
Browse files Browse the repository at this point in the history
Fix documentation typo: 'bash' -> 'brew'
  • Loading branch information
ahmetb authored Jun 17, 2017
2 parents 1088bca + 951a321 commit ce4fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tasks/tools/install-kubectl.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ On macOS, you will need to install bash-completion support via [Homebrew](https:
## If running Bash 3.2 included with macOS
brew install bash-completion
## or, if running Bash 4.1+
bash install bash-completion@2
brew install bash-completion@2
```

Follow the "caveats" section of brew's output to add the appropriate bash completion path to your local .bashrc.
Expand Down

0 comments on commit ce4fe04

Please sign in to comment.