Skip to content

Commit 38ea6fa

Browse files
authored
Warn about Windows Installer on the 0.93.0 release notes (#1384)
* Warn about Windows Installer on the 0.93.0 release notes * correction: it must be removed via Settings
1 parent 6ac9cb3 commit 38ea6fa

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

blog/2024-04-30-nushell_0_93_0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ Nu 0.93.0 is available as [pre-built binaries](https://github.com/nushell/nushel
2121
The optional dataframe functionality is available by `cargo install nu --features=dataframe`.
2222
:::
2323

24+
::: warning Note for Windows users
25+
During the release we had to change our Windows installer to install to the user profile rather than the system program files directory. When upgrading from 0.92.2 or earlier, we advise that you uninstall the package and then reinstall it. We do not recommend using `winget upgrade` for this release.
26+
27+
If you end up with two versions installed, you must remove it from Apps » Installed Apps in the Windows settings. WinGet will not be able to remove the duplicate version.
28+
:::
29+
2430
As part of this release, we also publish a set of optional plugins you can install and use with Nu. To install, use `cargo install nu_plugin_<plugin name>`.
2531

2632
# Table of content

0 commit comments

Comments
 (0)