File tree 1 file changed +5
-3
lines changed
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:
23
23
### Install prebuilt binaries via shell script
24
24
25
25
macOS/Linux:
26
+
26
27
``` 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
28
29
```
29
30
30
31
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"
33
35
```
34
36
35
37
### Install from crates.io with cargo
You can’t perform that action at this time.
0 commit comments