Skip to content

Commit

Permalink
Set version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
hisplan committed Jul 30, 2021
1 parent e73a120 commit 1641516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,19 +359,19 @@ backend {
SSH into the Cromwell server EC2 instance. Run the following command to download the setup package (the repository must be publicly accessible):

```bash
wget https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.5.tar.gz
wget https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.6.tar.gz
```

If the setup package is in private repository, use the following command instead. Replace `xyz-123-abc` with your own GitHub token:

```bash
curl -L -o cromwell-gwf-setup-0.1.5.tar.gz -H "Authorization: token xyz-123-abc" https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.5.tar.gz
curl -L -o cromwell-gwf-setup-0.1.6.tar.gz -H "Authorization: token xyz-123-abc" https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.6.tar.gz
```

Decompress:

```bash
tar xvzf cromwell-gwf-setup-0.1.5.tar.gz --strip-components=1
tar xvzf cromwell-gwf-setup-0.1.6.tar.gz --strip-components=1
```

## Install Redis and Cromsfer
Expand Down

0 comments on commit 1641516

Please sign in to comment.