Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
Latest Release Link
Browse files Browse the repository at this point in the history
* Updates the installation instructions to download the latest release.

Signed-off-by: Sean Smith <seaam@amazon.com>
  • Loading branch information
sean-smith committed Oct 13, 2021
1 parent f78555e commit 3172940
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions site/content/en/docs/Getting started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,12 @@ weight: 20

## Download and install Amazon Genomics CLI

Download the Amazon Genomics CLI zip from [releases page](/~https://github.com/aws/amazon-genomics-cli/releases) of our Github repo.
Download the Amazon Genomics CLI zip, unzip its contents, and run the `install.sh` script:

Next, unzip its contents, and run the `install.sh` script:
To download a specific release, see [releases page](/~https://github.com/aws/amazon-genomics-cli/releases) of our Github repo.

```
wget /~https://github.com/aws/amazon-genomics-cli/releases/latest/download/amazon-genomics-cli.zip
unzip amazon-genomics-cli.zip -d agc
./agc/install.sh
```
Expand Down

0 comments on commit 3172940

Please sign in to comment.