-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,8 @@ | ||
# Windows | ||
|
||
Windows is fully supported by Topgrade. You can either install it from Scoop or use the binary in the release page. | ||
Windows is fully supported by Topgrade. You may elect to install it from Scoop or use the binary in the release page. | ||
It is important to note that Topgrade may be unable to upgrade certain applications used for launching it, including third-party terminals like cmder. | ||
|
||
One thing to note is that Topgrade will fail to upgrade any application used for launching it, such as 3rd party terminals like cmder. | ||
We suggest either creating a shortcut for 'topgrade--keep' or running Topgrade via your preferred shell. | ||
|
||
We recommend to create a shortcut for `topgrade --keep` and set this shortcut to always run as administrator, then invoke Topgrade by doubling clicking the shortcut. This will make sure Topgrade always runs with administrative privileges by Windows' built in terminal. | ||
|
||
Note that Topgrade will probably fail to upgrade itself if installed using `scoop`. | ||
Please note that if installed via **scoop**, Topgrade may fail to upgrade itself unless `self_rename = true` is set in **topgrade.toml**. |