File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -23,13 +23,15 @@ You have the following options to install samply:
2323### Install prebuilt binaries via shell script
2424
2525macOS/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
3031Windows:
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
You can’t perform that action at this time.
0 commit comments