Skip to content

Commit 13a0435

Browse files
Formatting
1 parent 864079d commit 13a0435

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ You can run a copy of this website locally within a few steps. Some folks find t
4343
| Arch | Pacman | `sudo pacman -S git nodejs npm` |
4444
| Windows | Chocolatey | `choco install git nodejs-lts` |
4545

46-
1. Install `yarn`
46+
1. Install `yarn`. If you already have it installed, skip this step:
4747

48-
```
49-
$ sudo npm install --global yarn
50-
```
48+
```shell
49+
sudo npm install --global yarn
50+
```
5151

5252
1. Clone this repository and move into the `clickhouse-docs` directory:
5353

0 commit comments

Comments
 (0)