Skip to content

Commit

Permalink
Remove Windows installation instructions for now.
Browse files Browse the repository at this point in the history
It's not very useful on Windows at the moment unless
you have other ways of creating profile.json files.
  • Loading branch information
mstange committed Apr 16, 2024
1 parent f098091 commit fa07849
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa07849

Please sign in to comment.