From 7564d0757605cb40070a6d5fa13c87b0d78ae92c Mon Sep 17 00:00:00 2001 From: Gareth Rushgrove Date: Sat, 10 Jun 2023 10:38:16 +0100 Subject: [PATCH] bug: fix issue with installation instructions Some changes in the release script changed the name of the archive files. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bb906aa..eff0fe0 100644 --- a/README.md +++ b/README.md @@ -193,11 +193,11 @@ The ecosyste.ms enrichment adds license information, which Bomber then surfaces: ## Installation -`parlay` binaries are available from [GitHub Releases](https://github.com/snyk/parlay/releases). Just select the archive for your operating system and architecture. For instance, you could download for macOS ARM machines with the following, substituting `{version}` for the latest version number. +`parlay` binaries are available from [GitHub Releases](https://github.com/snyk/parlay/releases). Just select the archive for your operating system and architecture. For instance, you could download for macOS ARM machines with the following, substituting `{version}` for the latest version number, for instance `0.1.4`. ``` -wget https://github.com/snyk/parlay/releases/download/v{version}/parlay_{version}_Darwin_arm64.tar.gz -tar -xvf parlay_{version}_Darwin_arm64.tar.gz +wget https://github.com/snyk/parlay/releases/download/v{version}/parlay_Darwin_arm64.tar.gz +tar -xvf parlay_Darwin_arm64.tar.gz ```