Skip to content

Commit

Permalink
Update install script URLs (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani authored May 23, 2024
1 parent af75f8b commit 54bdb4f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/_includes/layouts/landing.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default (
<pre>
<code>
curl --proto '=https' --tlsv1.2 -LsSf
https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-installer.sh
https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh
| sh
</code>
</pre>
Expand Down
4 changes: 2 additions & 2 deletions src/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ order: 20
### Linux, macOS

```bash
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-installer.sh | sh
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.sh | sh
```

### Windows

```ps
irm https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-installer.ps1 | iex
irm https://github.com/probe-rs/probe-rs/releases/latest/download/probe-rs-tools-installer.ps1 | iex
```

## From package managers
Expand Down

0 comments on commit 54bdb4f

Please sign in to comment.