diff --git a/Readme.md b/Readme.md index 729116027..1cbfecc95 100644 --- a/Readme.md +++ b/Readme.md @@ -72,11 +72,11 @@ For more information, please contact C ## GitHub Distribution -We currently provide only our tagged versions of the code via GitHub. Check the "tags" using your favorite Git client after cloning our repository. The analogous commands are as follows: +We currently provide only our tagged versions of the code via GitHub. Check the "tags" using your favorite Git client after cloning our repository. The analogous commands are as follows: ```bash git clone https://github.com/cbica/captk.git latesttag=$(git describe --tags) echo checking out ${latesttag} git checkout ${latesttag} -``` \ No newline at end of file +```