-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
37 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
id: upgrade | ||
title: Upgrade | ||
sidebar_label: ♻️ Upgrade | ||
--- | ||
|
||
## Manual | ||
|
||
While you can always follow the upgrade steps listed under the installation section, | ||
you can also use the `upgrade` command to update Oh My Posh to the latest version. | ||
|
||
```powershell | ||
oh-my-posh upgrade | ||
``` | ||
|
||
## Automatic | ||
|
||
In case you want to enable auto-upgrades, you need to edit your configuration file. | ||
If you don't yet have a configuration file, have a look at the [customize page][customize] to get started, | ||
afterwards you can add the following line to your configuration file: | ||
|
||
import Config from "@site/src/components/Config.js"; | ||
|
||
<Config | ||
data={{ | ||
"auto_upgrade": true | ||
}} | ||
/> | ||
|
||
[customize]: /docs/installation/customize#custom-configuration |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters