From df4e90780f30a07dcddbcb781a4ea0d72c737a27 Mon Sep 17 00:00:00 2001 From: Jaeyoung Chun Date: Thu, 14 Oct 2021 18:56:39 -0400 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49f9e77..70e0c35 100644 --- a/README.md +++ b/README.md @@ -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.9.tar.gz +wget https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.10.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.9.tar.gz -H "Authorization: token xyz-123-abc" https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.9.tar.gz +curl -L -o cromwell-gwf-setup-0.1.10.tar.gz -H "Authorization: token xyz-123-abc" https://github.com/hisplan/cromwell-gwf-setup/archive/refs/tags/v0.1.10.tar.gz ``` Decompress: ```bash -tar xvzf cromwell-gwf-setup-0.1.9.tar.gz --strip-components=1 +tar xvzf cromwell-gwf-setup-0.1.10.tar.gz --strip-components=1 ``` ## Install Redis and Cromsfer