Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/contribute/locally.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ This guide uses the first option. If you'd like to clone the repository and buil
Run this command to download and install the latest version of `docs-builder`:

```sh
sudo curl -L https://raw.githubusercontent.com/elastic/docs-builder/refs/heads/main/install.sh | sh
curl -sL https://ela.st/docs-builder-install | sudo sh
```
This downloads the latest binary, makes it executable, and installs it to your user PATH.

Expand All @@ -58,7 +58,7 @@ To download and install the binary file manually, refer to [Releases](https://gi
Run this command to download and install the latest version of `docs-builder`:

```powershell
iex (New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/elastic/docs-builder/refs/heads/main/install.ps1')
iex (New-Object System.Net.WebClient).DownloadString('https://ela.st/docs-builder-install-win')
```

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