We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75885d commit 167a5d8Copy full SHA for 167a5d8
docs/contribute/locally.md
@@ -35,7 +35,7 @@ This guide uses the first option. If you'd like to clone the repository and buil
35
Run this command to download and install the latest version of `docs-builder`:
36
37
```sh
38
- sudo curl -sL https://ela.st/docs-builder-install | sh
+ curl -sL https://ela.st/docs-builder-install | sudo sh
39
```
40
This downloads the latest binary, makes it executable, and installs it to your user PATH.
41
0 commit comments