diff --git a/README.md b/README.md index dbbf86e..ea00a07 100644 --- a/README.md +++ b/README.md @@ -21,21 +21,39 @@
+## Features + +- Fetching Users +- Fetching Dataset_values +- Fetching Accounts ## Getting Started +To get started with the EIC REST SDK, follow these steps: + +### Prerequisites +- Java Development Kit (JDK) version 8 +- Apache Maven +- Update your Maven settings.xml file to include credentials for GitHub Packages, if you haven't already done so. You can follow the [GitHub documentation](https://docs.github.com/en/packages/working-with-a-github-packages-registry/working-with-the-apache-maven-registry) for instructions on how to set up authentication for GitHub Packages in Maven. + +### Installation +You can include the EIC REST SDK in your Maven project by adding the following dependency to your `pom.xml` file: + +```xml +