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

Latest Release Link #92

Merged
merged 1 commit into from
Oct 13, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

```
curl -OLs /~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