Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Cameron Zemek committed Aug 9, 2018
1 parent 0e32457 commit d72ee89
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 @@ -3,14 +3,14 @@
$ git clone [email protected]:instaclustr/cassandra-sstable-tools.git
$ cd cassandra-sstable-tools
# Select the correct branch for major version (default is cassandra-3.11)
$ git checkout cassandra-3.11
$ git checkout cassandra-2.2
$ ant
```

You can compile against an older minor version with `-Dcassandra.version=<version>`. For example:

```
$ ant -Dcassandra.version=3.11.2
$ ant -Dcassandra.version=2.2.11
```

However only the version specified in build.xml is officially supported,
Expand Down

0 comments on commit d72ee89

Please sign in to comment.