Skip to content

Commit

Permalink
dummy commit for azure
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthakpati authored Jul 1, 2020
1 parent d30eda8 commit 44fd82d
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 @@ -72,11 +72,11 @@ For more information, please contact <a href="mailto:[email protected]">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}
```
```

0 comments on commit 44fd82d

Please sign in to comment.