Skip to content

Commit 1dae0c3

Browse files
authored
Unify the language identifiers of the code blocks to 'sh' (#1563)
* unify the language identifiers of the code blocks for installation commands to 'shell' * revert 42300f6 and delete $ from PS sections /pull/1563#issuecomment-2380375367
1 parent 94ef8c0 commit 1dae0c3

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ $ nix profile install nixpkgs#nushell
4848

4949
#### Windows:
5050

51-
```shell
52-
$ winget install nushell
51+
```powershell
52+
winget install nushell
5353
```
5454

5555
After installing, launch Nu by typing `nu`.

de/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ brew install nushell
4141
#### Windows:
4242

4343
```powershell
44-
$ winget install nushell
44+
winget install nushell
4545
```
4646

4747
## Community

es/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ $ brew install nushell
3838
En [Scoop](https://scoop.sh):
3939

4040
```powershell
41-
$ scoop install nu
41+
scoop install nu
4242
```
4343

4444
#### Inicia la shell
4545

46-
```
46+
```sh
4747
$ nu
4848
```

ja/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ $ brew install nushell
4141
#### Windows:
4242

4343
```powershell
44-
$ winget install nushell
44+
winget install nushell
4545
```
4646

4747
## Nu を Github Actions で利用する

pt-BR/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ $ brew install nushell
3838
Com [Scoop](https://scoop.sh):
3939

4040
```powershell
41-
$ scoop install nu
41+
scoop install nu
4242
```
4343

4444
#### Inicializar o shell
4545

46-
```
46+
```sh
4747
$ nu
4848
```

ru/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ $ brew install nushell
4040

4141
#### Windows:
4242

43-
```shell
44-
$ winget install nushell
43+
```powershell
44+
winget install nushell
4545
```
4646

4747
После установки запустите Nu, набрав `nu`.

zh-CN/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ $ brew install nushell
4040

4141
#### Windows:
4242

43-
```shell
44-
$ winget install nushell
43+
```powershell
44+
winget install nushell
4545
```
4646

4747
完成安装后,输入 `nu` 来启动 Nu。

0 commit comments

Comments
 (0)