Skip to content

Commit

Permalink
minor improvments in naming directories for binary download
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Doerr committed Aug 16, 2023
1 parent 21b466e commit ead179c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ wget --no-check-certificate -c https://github.com/marschall-lab/GFAffix/releases
tar -xzvf GFAffix-0.1.5_linux_x86_64.tar.gz
# you are ready to go!
./GFAffix-0.1.5/gfaffix
./GFAffix-0.1.5_linux_x86_64/gfaffix
```
Expand All @@ -49,11 +49,11 @@ tar -xzvf GFAffix-0.1.5_linux_x86_64.tar.gz

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

0 comments on commit ead179c

Please sign in to comment.