Skip to content

Commit

Permalink
Warn about Windows Installer on the 0.93.0 release notes (#1384)
Browse files Browse the repository at this point in the history
* Warn about Windows Installer on the 0.93.0 release notes

* correction: it must be removed via Settings
  • Loading branch information
devyn committed May 4, 2024
1 parent 6ac9cb3 commit 38ea6fa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions blog/2024-04-30-nushell_0_93_0.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ Nu 0.93.0 is available as [pre-built binaries](https://github.com/nushell/nushel
The optional dataframe functionality is available by `cargo install nu --features=dataframe`.
:::

::: warning Note for Windows users
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.

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.
:::

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>`.

# Table of content
Expand Down

0 comments on commit 38ea6fa

Please sign in to comment.