dlmarion commented on code in PR #51:
URL: https://github.com/apache/accumulo-access/pull/51#discussion_r1488652430


##########
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:
   This shows how to run it, but does not show how to run it with different 
auths to get different output. See the "Example runs" section of the old README.



-- 
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]

Reply via email to