From 804c499b975d0cec7a88568ff99f6e89a538fa88 Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Sat, 1 Feb 2025 02:29:48 -0500 Subject: [PATCH] Update installation instructions. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 810ce9c3..3a7198d6 100644 --- a/README.md +++ b/README.md @@ -23,13 +23,15 @@ You have the following options to install samply: ### Install prebuilt binaries via shell script macOS/Linux: + ```sh -curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mstange/samply/releases/download/samply-v0.12.0/samply-installer.sh | sh +curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mstange/samply/releases/download/samply-v0.13.1/samply-installer.sh | sh ``` Windows: -``` -powershell -c "irm https://github.com/mstange/samply/releases/download/samply-v0.12.0/samply-installer.ps1 | iex" + +```sh +powershell -ExecutionPolicy Bypass -c "irm https://github.com/mstange/samply/releases/download/samply-v0.13.1/samply-installer.ps1 | iex" ``` ### Install from crates.io with cargo