From bb2857b91c1ce122d9a22b1d8a2886135d2e84bd Mon Sep 17 00:00:00 2001 From: Sami Cheema Date: Sun, 8 Sep 2019 03:02:25 +0500 Subject: [PATCH] Update README.md --- README.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index be656d5..28b4453 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# GroupDocs.Annotation for Java +## GroupDocs.Annotation for Java This package contains exmaples and showcase projects that will help you in understanding the API's working and writing your own applications. @@ -16,7 +16,18 @@ Directory | Description [Examples](https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java/tree/master/Examples) | Contains the package of all Java examples and sample files that will help you learn how to use product features. [Showcases](https://github.com/groupdocs-annotation/GroupDocs.Annotation-for-Java/tree/master/Showcase) | Explore the open source showcase projects that allow users to view and annotate a document in a web browser. -# Resources +## How to Run the Examples + ++ You can either clone the repository using your favorite GitHub client or download the ZIP file from the above button. ++ Extract the contents of the ZIP file to any folder on your computer. ++ Open Java IDE and import the project to get started with it. ++ On the first run, the dependencies will automatically be downloaded. ++ Open MainClass.java file, all the examples are called from here. ++ Uncomment the examples you want to run from within the project. + +Please find more details for how to run the examples [here](https://docs.groupdocs.com/display/annotationjava/How+to+Run+Examples). + +## Resources + **Website:** [www.groupdocs.com](https://www.groupdocs.com) + **Product Home:** [GroupDocs.Annotation for Java](https://products.groupdocs.com/annotation/java)