Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upgrading.md #446

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
7 changes: 6 additions & 1 deletion docs/docs/upgrading.md
Expand Up @@ -33,7 +33,12 @@ Stays the same! Alright. All you need to do is update to the **beta**.
```powershell
Update-Module -Name oh-my-posh -AllowPrerelease -Scope CurrentUser
```

If you get this error `Update-Module : A parameter cannot be found that matches parameter name 'AllowPrerelease'.`
execute following commands and try again.
```
Install-Module -Name PackageManagement -Repository PSGallery -Force
Install-Module -Name PowerShellGet -Repository PSGallery -Force
```
## Configuration

Here we have a few options. If you're using an out-of-the box theme, you can simply change the current command to the
Expand Down