Skip to content

Commit a80b44f

Browse files
authored
Add shortened links to install commands (#1244)
This adds shortened ela.st script to install commands.
1 parent e7158c8 commit a80b44f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/contribute/locally.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ This guide uses the first option. If you'd like to clone the repository and buil
3535
Run this command to download and install the latest version of `docs-builder`:
3636

3737
```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
3939
```
4040

4141
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
6161
Run this command to download and install the latest version of `docs-builder`:
6262

6363
```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')
6565
```
6666

6767
This downloads the latest binary, makes it executable, and installs it to your user PATH.

0 commit comments

Comments
 (0)