From 42300f688b32d7f3f34bbbbd28e3efc89d4cba6a Mon Sep 17 00:00:00 2001 From: ghaaj <91141283+ghaaj@users.noreply.github.com> Date: Fri, 27 Sep 2024 22:06:28 +0900 Subject: [PATCH 1/2] unify the language identifiers of the code blocks for installation commands to 'shell' --- de/README.md | 2 +- es/README.md | 4 ++-- ja/README.md | 2 +- pt-BR/README.md | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/de/README.md b/de/README.md index 7dcf446501c..b63c149827a 100644 --- a/de/README.md +++ b/de/README.md @@ -40,7 +40,7 @@ $ brew install nushell #### Windows: -```powershell +```sh $ winget install nushell ``` diff --git a/es/README.md b/es/README.md index ab693699469..2d2d3065991 100755 --- a/es/README.md +++ b/es/README.md @@ -37,12 +37,12 @@ $ brew install nushell En [Scoop](https://scoop.sh): -```powershell +```sh $ scoop install nu ``` #### Inicia la shell -``` +```sh $ nu ``` diff --git a/ja/README.md b/ja/README.md index e4e30b3fd61..15201bfd82b 100755 --- a/ja/README.md +++ b/ja/README.md @@ -40,7 +40,7 @@ $ brew install nushell #### Windows: -```powershell +```sh $ winget install nushell ``` diff --git a/pt-BR/README.md b/pt-BR/README.md index 9554c0e4522..c23d2b9648d 100755 --- a/pt-BR/README.md +++ b/pt-BR/README.md @@ -37,12 +37,12 @@ $ brew install nushell Com [Scoop](https://scoop.sh): -```powershell +```sh $ scoop install nu ``` #### Inicializar o shell -``` +```sh $ nu ``` From 071df4d3866a2f057c5ac9bbc5f7f85c628d1072 Mon Sep 17 00:00:00 2001 From: ghaaj <91141283+ghaaj@users.noreply.github.com> Date: Sun, 29 Sep 2024 10:31:13 +0900 Subject: [PATCH 2/2] revert 42300f6 and delete $ from PS sections nushell/nushell.github.io/pull/1563#issuecomment-2380375367 --- README.md | 4 ++-- de/README.md | 4 ++-- es/README.md | 4 ++-- ja/README.md | 4 ++-- pt-BR/README.md | 4 ++-- ru/README.md | 4 ++-- zh-CN/README.md | 4 ++-- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 19b9e1e467d..40ba987cbff 100644 --- a/README.md +++ b/README.md @@ -48,8 +48,8 @@ $ nix profile install nixpkgs#nushell #### Windows: -```shell -$ winget install nushell +```powershell +winget install nushell ``` After installing, launch Nu by typing `nu`. diff --git a/de/README.md b/de/README.md index b63c149827a..0e32ae9437a 100644 --- a/de/README.md +++ b/de/README.md @@ -40,8 +40,8 @@ $ brew install nushell #### Windows: -```sh -$ winget install nushell +```powershell +winget install nushell ``` ## Community diff --git a/es/README.md b/es/README.md index 2d2d3065991..32493ecb593 100755 --- a/es/README.md +++ b/es/README.md @@ -37,8 +37,8 @@ $ brew install nushell En [Scoop](https://scoop.sh): -```sh -$ scoop install nu +```powershell +scoop install nu ``` #### Inicia la shell diff --git a/ja/README.md b/ja/README.md index 15201bfd82b..9a3909a9ccc 100755 --- a/ja/README.md +++ b/ja/README.md @@ -40,8 +40,8 @@ $ brew install nushell #### Windows: -```sh -$ winget install nushell +```powershell +winget install nushell ``` ## Nu を Github Actions で利用する diff --git a/pt-BR/README.md b/pt-BR/README.md index c23d2b9648d..dda4b4f8ad7 100755 --- a/pt-BR/README.md +++ b/pt-BR/README.md @@ -37,8 +37,8 @@ $ brew install nushell Com [Scoop](https://scoop.sh): -```sh -$ scoop install nu +```powershell +scoop install nu ``` #### Inicializar o shell diff --git a/ru/README.md b/ru/README.md index 365c4917103..4b165bb230b 100644 --- a/ru/README.md +++ b/ru/README.md @@ -40,8 +40,8 @@ $ brew install nushell #### Windows: -```shell -$ winget install nushell +```powershell +winget install nushell ``` После установки запустите Nu, набрав `nu`. diff --git a/zh-CN/README.md b/zh-CN/README.md index 770cd0e9e53..3228cf60289 100755 --- a/zh-CN/README.md +++ b/zh-CN/README.md @@ -40,8 +40,8 @@ $ brew install nushell #### Windows: -```shell -$ winget install nushell +```powershell +winget install nushell ``` 完成安装后,输入 `nu` 来启动 Nu。