add missing `cd` to README

This commit is contained in:
James 2022-04-05 15:58:56 +01:00
parent 6ad851f54b
commit 2075ddb626
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ git clone https://github.com/Thumbscrew/PSMatrix.git
2. Import module:
```powershell
cd PSMatrix
Import-Module ./PSMatrix
```