File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ This guide uses the first option. If you'd like to clone the repository and buil
35
35
Run this command to download and install the latest version of ` docs-builder ` :
36
36
37
37
``` sh
38
- sudo curl -L https://raw.githubusercontent.com/elastic/ docs-builder/refs/heads/main/ install.sh | sh
38
+ curl -sL https://ela.st/ docs-builder- install | sh
39
39
```
40
40
41
41
This downloads the latest binary, makes it executable, and installs it to your user PATH.
@@ -61,7 +61,7 @@ If you get a `Permission denied` error, make sure that you aren't trying to run
61
61
Run this command to download and install the latest version of ` docs-builder ` :
62
62
63
63
``` powershell
64
- iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/elastic/ docs-builder/refs/heads/main/ install.ps1 ')
64
+ iex (New-Object System.Net.WebClient).DownloadString('https://ela.st/ docs-builder- install-win ')
65
65
```
66
66
67
67
This downloads the latest binary, makes it executable, and installs it to your user PATH.
You can’t perform that action at this time.
0 commit comments