Skip to content

Commit

Permalink
minor version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Doerr committed Oct 18, 2023
1 parent 9a52b5d commit f81454c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ conda install -c bioconda gfaffix

```
wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases/download/0.1.5/GFAffix-0.1.5a_linux_x86_64.tar.gz
wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases/download/0.1.5a/GFAffix-0.1.5a_linux_x86_64.tar.gz
tar -xzvf GFAffix-0.1.5a_linux_x86_64.tar.gz
# you are ready to go!
Expand All @@ -49,7 +49,7 @@ tar -xzvf GFAffix-0.1.5a_linux_x86_64.tar.gz

```
wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases/download/0.1.5/GFAffix-0.1.5a_macos_x_arm64.tar.gz
wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases/download/0.1.5a/GFAffix-0.1.5a_macos_x_arm64.tar.gz
tar -xzvf GFAffix-0.1.5a_macos_x_arm64.tar.gz
# you are ready to go!
Expand Down

0 comments on commit f81454c

Please sign in to comment.