summaryrefslogtreecommitdiff
path: root/readme.md
diff options
context:
space:
mode:
authorRocky Madden <git@rockymadden.com>2012-11-02 07:36:38 -0600
committerRocky Madden <git@rockymadden.com>2012-11-02 07:36:38 -0600
commit8040323a5bf392b054283da856404a4e45ad150d (patch)
tree4dcaac5ac253de81d78cca3ce7d02ab14a5bfd50 /readme.md
parent4cb9c4b4b1200dc85606b659293f72668e4bd244 (diff)
downloadstringmetric-8040323a5bf392b054283da856404a4e45ad150d.tar.gz
stringmetric-8040323a5bf392b054283da856404a4e45ad150d.tar.bz2
stringmetric-8040323a5bf392b054283da856404a4e45ad150d.zip
Broke out build instructions and moved versioning.
Diffstat (limited to 'readme.md')
-rwxr-xr-xreadme.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/readme.md b/readme.md
index 1f27f57..157449e 100755
--- a/readme.md
+++ b/readme.md
@@ -58,16 +58,12 @@ Filters, which can optionally be applied, clean up arguments prior to evaluation
* __Ensures ASCII symbols do not matter__
* API: org.hashtree.stringmetric.filter.AsciiSymbolStringFilter
-## Versioning
-[Semantic Versioning 2.0.0](http://semver.org/)
-
-## Building
-Build the API.
+## Building the API
```shell
gradle :stringmetric-core:jar
```
-Build the CLI.
+## Building the CLI
```shell
gradle :stringmetric-cli:tar
```
@@ -142,5 +138,8 @@ metaphoneAlgorithm abc
* Scala 2.9.2
* Gradle 1.0 or above
+## Versioning
+[Semantic Versioning 2.0.0](http://semver.org/)
+
## License
[Apache License, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0) \ No newline at end of file