We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 864079d commit 13a0435Copy full SHA for 13a0435
README.md
@@ -43,11 +43,11 @@ You can run a copy of this website locally within a few steps. Some folks find t
43
| Arch | Pacman | `sudo pacman -S git nodejs npm` |
44
| Windows | Chocolatey | `choco install git nodejs-lts` |
45
46
-1. Install `yarn`
+1. Install `yarn`. If you already have it installed, skip this step:
47
48
-```
49
-$ sudo npm install --global yarn
50
+ ```shell
+ sudo npm install --global yarn
+ ```
51
52
1. Clone this repository and move into the `clickhouse-docs` directory:
53
0 commit comments