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