Repository: any23 Updated Branches: refs/heads/master 0d106d4f2 -> 9bcc9ea3c
Reformat some of README for improved readability Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/34f0d24a Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/34f0d24a Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/34f0d24a Branch: refs/heads/master Commit: 34f0d24adcb7d5544055619a1c10b4718d28c30c Parents: a03bafa Author: Lewis John McGibbney <[email protected]> Authored: Tue Apr 14 15:15:52 2015 -0500 Committer: Lewis John McGibbney <[email protected]> Committed: Tue Apr 14 15:15:52 2015 -0500 ---------------------------------------------------------------------- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/34f0d24a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index c5476ce..837c5de 100644 --- a/README.md +++ b/README.md @@ -67,11 +67,13 @@ tar -zxvf $ANY23_HOME/core/target/apache-any23-core-${version-SNAPSHOT}.tar.gz Any23 comes with some command line tools. Within the directory you just extracted, you can invoke: Linux ``` -$ANY23_HOME/core/target/apache-any23-core-${version-SNAPSHOT}/bin/any23 # Provides the main Any23 use case: metadata extraction on a file or URL source. +$ANY23_HOME/core/target/apache-any23-core-${version-SNAPSHOT}/bin/any23 +# Provides the main Any23 use case: metadata extraction on a file or URL source. ``` Windows ``` -$ANY23_HOME/core/target/apache-any23-core-${version-SNAPSHOT}/bin/any23.bat # Provides the main Any23 use case: metadata extraction on a file or URL source. +$ANY23_HOME/core/target/apache-any23-core-${version-SNAPSHOT}/bin/any23.bat +# Provides the main Any23 use case: metadata extraction on a file or URL source. ``` The complete documentation about these tools can be found [here](http://any23.apache.org/getting-started.html)
