Skip to content

Commit 804c499

Browse files
committed
Update installation instructions.
1 parent da75c28 commit 804c499

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,15 @@ You have the following options to install samply:
2323
### Install prebuilt binaries via shell script
2424

2525
macOS/Linux:
26+
2627
```sh
27-
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mstange/samply/releases/download/samply-v0.12.0/samply-installer.sh | sh
28+
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mstange/samply/releases/download/samply-v0.13.1/samply-installer.sh | sh
2829
```
2930

3031
Windows:
31-
```
32-
powershell -c "irm https://github.com/mstange/samply/releases/download/samply-v0.12.0/samply-installer.ps1 | iex"
32+
33+
```sh
34+
powershell -ExecutionPolicy Bypass -c "irm https://github.com/mstange/samply/releases/download/samply-v0.13.1/samply-installer.ps1 | iex"
3335
```
3436

3537
### Install from crates.io with cargo

0 commit comments

Comments
 (0)