Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Dany Doerr committed Jun 9, 2023
1 parent 8a6817b commit d03733b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ wget --no-check-certificate -c https://github.com/marschall-lab/panacus/releases
tar -xzvf panacus-0.2.1_macos_arm64.tar.gz

# suggestion: add tool to path in your ~/.bashrc
export PATH="$(readlink -f panacus-0.2_macos_arm64/bin)":$PATH
export PATH="$(readlink -f panacus-0.2.1_macos_arm64/bin)":$PATH

# you are ready to go!
panacus --help
Expand Down

0 comments on commit d03733b

Please sign in to comment.