ctubbsii commented on code in PR #51: URL: https://github.com/apache/accumulo-access/pull/51#discussion_r1488670310
########## README.md: ########## @@ -41,9 +41,34 @@ are package private and are not part of the public API. * [AccessExpression](src/main/java/org/apache/accumulo/access/AccessExpression.java). * [Authorizations](src/main/java/org/apache/accumulo/access/Authorizations.java). +## Getting Started + +Add the library to your CLASSPATH. For Maven, use: + +```xml +<dependencies> + <dependency> + <groupId>org.apache.accumulo</groupId> + <artifactId>accumulo-access</artifactId> + <version>$version</version> + </dependency> +</dependencies> +``` + +## Running the Example Review Comment: I converted that into behavior in the example code itself. If you run it this way, it tells you that you can provide the auths to see a specific example, and runs it through the examples from the old README. I can tweak the message, or add an extra line to the README to make it more clear. Which would be better? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
