diff --git a/README.md b/README.md index 4947e4a..c60cd3c 100644 --- a/README.md +++ b/README.md @@ -156,6 +156,18 @@ Will send a log to Logz.io that looks like this: } ``` +## Build and test locally +1. Clone the repository: + ```bash + git clone https://github.com/logzio/logzio-log4j2-appender.git + cd logzio-log4j2-appender + ``` +2. Build and run tests: + ```bash + mvn clean compile + mvn test + ``` + ### Release notes - 2.0.1 - Updated LogzioSender version to `2.0.1`