Remove trailing whitespaces from cli commands
parent
0b01c92d58
commit
00f74d9ae4
|
@ -114,7 +114,7 @@ The following methods exist for installing kubectl on macOS:
|
|||
Or use this for detailed view of version:
|
||||
|
||||
```cmd
|
||||
kubectl version --client --output=yaml
|
||||
kubectl version --client --output=yaml
|
||||
```
|
||||
|
||||
### Install with Homebrew on macOS
|
||||
|
@ -124,7 +124,7 @@ If you are on macOS and using [Homebrew](https://brew.sh/) package manager, you
|
|||
1. Run the installation command:
|
||||
|
||||
```bash
|
||||
brew install kubectl
|
||||
brew install kubectl
|
||||
```
|
||||
|
||||
or
|
||||
|
|
Loading…
Reference in New Issue