From fb478f3b4ed48320a28a70a358c10faaf7a7e307 Mon Sep 17 00:00:00 2001 From: sholderbach Date: Tue, 26 Aug 2025 15:45:34 +0200 Subject: [PATCH] Remove mentions of the `chocolatey` package There seems to be an issue with a shimming mechanism interposed by chocolatey that turns a `Ctrl-C`/`SIGINT` from the controlling terminal into a killing signal. Thus core functionality seems to be impaired: - https://github.com/nushell/nushell/issues/6428 - https://github.com/chocolatey/home/issues/134 - There appears to be ways to configure chocolatey packages to not use this shim. This responsibility would be on the package maintainer - https://community.chocolatey.org/packages/nushell - https://github.com/dgalbraith/chocolatey-packages/tree/master/automatic/nushell Thus we can not recommend this particular package source until the issues with that has been resolved. --- book/installation.md | 1 - de/book/installation.md | 2 +- fr/book/installation.md | 1 - ja/book/installation.md | 1 - ru/book/installation.md | 5 ++--- zh-CN/book/installation.md | 1 - 6 files changed, 3 insertions(+), 8 deletions(-) diff --git a/book/installation.md b/book/installation.md index b5826b31d6e..22d16d550f0 100644 --- a/book/installation.md +++ b/book/installation.md @@ -35,7 +35,6 @@ For Windows: - User scope installation: `winget install nushell` or `winget install nushell --scope user` - User scope upgrade: Due to [winget-cli issue #3011](https://github.com/microsoft/winget-cli/issues/3011), running `winget update nushell` will unexpectedly install the latest version to `C:\Program Files\nu`. To work around this, run `winget install nushell` again to install the latest version in the user scope. -- [Chocolatey](https://chocolatey.org/) (`choco install nushell`) - [Scoop](https://scoop.sh/) (`scoop install nu`) For Debian & Ubuntu: diff --git a/de/book/installation.md b/de/book/installation.md index 4f0a5dacddc..88f60bcc48d 100644 --- a/de/book/installation.md +++ b/de/book/installation.md @@ -4,7 +4,7 @@ Der aktuell beste Weg Nu zu bekommen ist, es von [crates.io](https://crates.io) ## Binärdatei -Von der [Release-Seite](https://github.com/nushell/nushell/releases) kann Nushell bereits kompiliert heruntergeladen werden. Alternativ kann Nushell, wenn [Homebrew](https://brew.sh/) verwendet wird, mit dem Befehl `brew install nushell` installiert werden. Unter Windows können [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) oder [Chocolatey](https://chocolatey.org/) zur Installation verwendet werden: `winget install nushell` beziehungsweise `choco install nushell`. +Von der [Release-Seite](https://github.com/nushell/nushell/releases) kann Nushell bereits kompiliert heruntergeladen werden. Alternativ kann Nushell, wenn [Homebrew](https://brew.sh/) verwendet wird, mit dem Befehl `brew install nushell` installiert werden. Unter Windows kann [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) zur Installation verwendet werden: `winget install nushell`. ### Windows diff --git a/fr/book/installation.md b/fr/book/installation.md index 427d49919d2..bddbed83aeb 100644 --- a/fr/book/installation.md +++ b/fr/book/installation.md @@ -21,7 +21,6 @@ Pour macOS et Linux, [Homebrew](https://brew.sh/) est un choix populaire (`brew Pour Windows : - [Winget](https://docs.microsoft.com/fr-fr/windows/package-manager/winget/) (`winget install nushell`) -- [Chocolatey](https://chocolatey.org/) (`choco install nushell`) - [Scoop](https://scoop.sh/) (`scoop install nu`) Installation multiplateforme : diff --git a/ja/book/installation.md b/ja/book/installation.md index 51cfb4b4766..697ac08c4af 100644 --- a/ja/book/installation.md +++ b/ja/book/installation.md @@ -21,7 +21,6 @@ macOS、Linuxでは、 [Homebrew](https://brew.sh/) が人気です (`brew insta Windowsでは: - [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) (`winget install nushell`) -- [Chocolatey](https://chocolatey.org/) (`choco install nushell`) - [Scoop](https://scoop.sh/) (`scoop install nu`) クロスプラットフォームのインストールとしては: diff --git a/ru/book/installation.md b/ru/book/installation.md index 3a3cbd64150..68b96189b91 100644 --- a/ru/book/installation.md +++ b/ru/book/installation.md @@ -23,16 +23,15 @@ Nu доступен через нескольких пакетных менед Для Windows: - [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) (`winget install nushell`) -- [Chocolatey](https://chocolatey.org/) (`choco install nushell`) - [Scoop](https://scoop.sh/) (`scoop install nu`) Кросс-платформенная установка: - [npm](https://www.npmjs.com/) (`npm install -g nushell` Примечание. Плагин nu не входить в комплект, если вы устанавливает их таким образом) -## Образ docker контейнера +## Образ docker контейнера -Docker образ доступен из реестра контейнеров GitHub. Образ последней версии регулярно собирается +Docker образ доступен из реестра контейнеров GitHub. Образ последней версии регулярно собирается для Alpine и Debian. Вы можете запустить образ в интерактивном режиме, используя: ```nu diff --git a/zh-CN/book/installation.md b/zh-CN/book/installation.md index 1b616f11a54..d85a64bb36b 100644 --- a/zh-CN/book/installation.md +++ b/zh-CN/book/installation.md @@ -29,7 +29,6 @@ Nu 可以通过几个软件包管理器获得: - 用户范围安装: `winget install nushell` or `winget install nushell --scope user` - 用户范围升级: 由于 [winget-cli 问题 #3011](https://github.com/microsoft/winget-cli/issues/3011),运行 `winget update nushell` 会意外地将最新版本安装到 `C:\Program Files\nu`。要解决此问题,请再次运行 `winget install nushell` 以在用户范围内安装最新版本。 -- [Chocolatey](https://chocolatey.org/) (`choco install nushell`) - [Scoop](https://scoop.sh/) (`scoop install nu`) 对于 Debian 和 Ubuntu: