docs(pwsh): remove the beta flag

resolves #446
This commit is contained in:
Jan De Dobbeleer 2021-02-26 06:53:22 +01:00 committed by Jan De Dobbeleer
parent be1ec7bea3
commit 2fd823c464

View file

@ -28,10 +28,10 @@ Let's have a look at the V2 commands and how to move towards V3.
## Import
Stays the same! Alright. All you need to do is update to the **beta**.
Stays the same! Alright. All you need to do is update oh-my-posh.
```powershell
Update-Module -Name oh-my-posh -AllowPrerelease -Scope CurrentUser
Update-Module -Name oh-my-posh -Scope CurrentUser
```
## Configuration