From fa0784990f94a20b97f7d044ab0ae6d9d6567d2e Mon Sep 17 00:00:00 2001 From: Markus Stange Date: Tue, 16 Apr 2024 09:23:10 -0400 Subject: [PATCH] Remove Windows installation instructions for now. It's not very useful on Windows at the moment unless you have other ways of creating profile.json files. --- README.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/README.md b/README.md index 88c8b8ba..b5f2a90d 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,6 @@ You have the following options to install samply: curl --proto '=https' --tlsv1.2 -LsSf https://github.com/mstange/samply/releases/download/samply-v0.12.0/samply-installer.sh | sh ``` -### Install prebuilt binaries via powershell script - -```sh -powershell -c "irm https://github.com/mstange/samply/releases/download/samply-v0.12.0/samply-installer.ps1 | iex" -``` - ### Install from crates.io with cargo ```sh