Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion de/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ brew install nushell
#### Windows:

```powershell
$ winget install nushell
winget install nushell
```

## Community
Expand Down
4 changes: 2 additions & 2 deletions es/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ $ brew install nushell
En [Scoop](https://scoop.sh):

```powershell
$ scoop install nu
scoop install nu
```

#### Inicia la shell

```
```sh
$ nu
```
2 changes: 1 addition & 1 deletion ja/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $ brew install nushell
#### Windows:

```powershell
$ winget install nushell
winget install nushell
```

## Nu を Github Actions で利用する
Expand Down
4 changes: 2 additions & 2 deletions pt-BR/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ $ brew install nushell
Com [Scoop](https://scoop.sh):

```powershell
$ scoop install nu
scoop install nu
```

#### Inicializar o shell

```
```sh
$ nu
```
4 changes: 2 additions & 2 deletions ru/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ $ brew install nushell

#### Windows:

```shell
$ winget install nushell
```powershell
winget install nushell
```

После установки запустите Nu, набрав `nu`.
Expand Down
4 changes: 2 additions & 2 deletions zh-CN/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ $ brew install nushell

#### Windows:

```shell
$ winget install nushell
```powershell
winget install nushell
```

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