From 1f9639e40e208c907d8f1b601861e5bf0887f996 Mon Sep 17 00:00:00 2001 From: DonFreed Date: Tue, 9 Jul 2024 10:27:47 -0400 Subject: [PATCH] Readme updates --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 762d05c..3e20995 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ A command-line interface for the Sentieon software Download the latest tar.gz file from the GitHub release page, https://github.com/sentieon/sentieon-cli/releases/ and install the package with pip: ```sh -curl -LO https://github.com/sentieon/sentieon-cli/releases/download/v0.4.0/sentieon_cli-0.4.0.tar.gz -pip install sentieon_cli-0.4.0.tar.gz +curl -LO https://github.com/sentieon/sentieon-cli/releases/download/v0.4.0/sentieon_cli-1.0.0.tar.gz +pip install sentieon_cli-1.0.0.tar.gz ``` ## Installation with Poetry