Add powershell markdown syntax

This commit is contained in:
Asare Nkansah 2023-02-08 08:15:20 -07:00
parent 42585e3296
commit 18f27a0743
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ The following methods exist for installing kubectl on Windows:
1. After installing the plugin, clean up the installation files: 1. After installing the plugin, clean up the installation files:
```bash ```powershell
del kubectl.exe kubectl.exe.sha256 del kubectl.exe kubectl.exe.sha256
``` ```
@ -199,7 +199,7 @@ Below are the procedures to set up autocompletion for PowerShell.
1. After installing the plugin, clean up the installation files: 1. After installing the plugin, clean up the installation files:
```bash ```powershell
del kubectl-convert.exe kubectl-convert.exe.sha256 del kubectl-convert.exe kubectl-convert.exe.sha256
``` ```