Skip to content

Commit 3f611ed

Browse files
authored
Remove mentions of the chocolatey package (#2023)
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: - nushell/nushell#6428 - chocolatey/home#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.
1 parent 1de41cb commit 3f611ed

File tree

6 files changed

+3
-8
lines changed

6 files changed

+3
-8
lines changed

book/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ For Windows:
3535
- User scope installation: `winget install nushell` or `winget install nushell --scope user`
3636
- 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.
3737

38-
- [Chocolatey](https://chocolatey.org/) (`choco install nushell`)
3938
- [Scoop](https://scoop.sh/) (`scoop install nu`)
4039

4140
For Debian & Ubuntu:

de/book/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Der aktuell beste Weg Nu zu bekommen ist, es von [crates.io](https://crates.io)
44

55
## Binärdatei
66

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

99
### Windows
1010

fr/book/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ Pour macOS et Linux, [Homebrew](https://brew.sh/) est un choix populaire (`brew
2121
Pour Windows :
2222

2323
- [Winget](https://docs.microsoft.com/fr-fr/windows/package-manager/winget/) (`winget install nushell`)
24-
- [Chocolatey](https://chocolatey.org/) (`choco install nushell`)
2524
- [Scoop](https://scoop.sh/) (`scoop install nu`)
2625

2726
Installation multiplateforme :

ja/book/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ macOS、Linuxでは、 [Homebrew](https://brew.sh/) が人気です (`brew insta
2121
Windowsでは:
2222

2323
- [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) (`winget install nushell`)
24-
- [Chocolatey](https://chocolatey.org/) (`choco install nushell`)
2524
- [Scoop](https://scoop.sh/) (`scoop install nu`)
2625

2726
クロスプラットフォームのインストールとしては:

ru/book/installation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,15 @@ Nu доступен через нескольких пакетных менед
2323
Для Windows:
2424

2525
- [Winget](https://docs.microsoft.com/en-us/windows/package-manager/winget/) (`winget install nushell`)
26-
- [Chocolatey](https://chocolatey.org/) (`choco install nushell`)
2726
- [Scoop](https://scoop.sh/) (`scoop install nu`)
2827

2928
Кросс-платформенная установка:
3029

3130
- [npm](https://www.npmjs.com/) (`npm install -g nushell` Примечание. Плагин nu не входить в комплект, если вы устанавливает их таким образом)
3231

33-
## Образ docker контейнера
32+
## Образ docker контейнера
3433

35-
Docker образ доступен из реестра контейнеров GitHub. Образ последней версии регулярно собирается
34+
Docker образ доступен из реестра контейнеров GitHub. Образ последней версии регулярно собирается
3635
для Alpine и Debian. Вы можете запустить образ в интерактивном режиме, используя:
3736

3837
```nu

zh-CN/book/installation.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Nu 可以通过几个软件包管理器获得:
2929
- 用户范围安装: `winget install nushell` or `winget install nushell --scope user`
3030
- 用户范围升级: 由于 [winget-cli 问题 #3011](https://github.com/microsoft/winget-cli/issues/3011),运行 `winget update nushell` 会意外地将最新版本安装到 `C:\Program Files\nu`。要解决此问题,请再次运行 `winget install nushell` 以在用户范围内安装最新版本。
3131

32-
- [Chocolatey](https://chocolatey.org/) (`choco install nushell`)
3332
- [Scoop](https://scoop.sh/) (`scoop install nu`)
3433

3534
对于 Debian 和 Ubuntu:

0 commit comments

Comments
 (0)