Skip to content

Commit df8fd84

Browse files
bastienmouliaHaroenv
authored andcommitted
docs(windows): replace markdown code powershell by sh (#608)
To keep consistancy of the docs.
1 parent 1cfba8e commit df8fd84

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lang/en/docs/_installations/windows.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ install Scoop by following
3737
Once you have Scoop installed, you may install yarn by running the
3838
following code in your console:
3939

40-
```powershell
40+
```sh
4141
scoop install yarn
4242
```
4343

4444
If [Node.js](https://nodejs.org/) is not installed, scoop will give you a suggestion to install it.
4545
Example:
4646

47-
```powershell
47+
```sh
4848
scoop install nodejs
4949
```
5050

0 commit comments

Comments
 (0)