From 56ad1ac66bebaa96b56ff3b84554adfc268359da Mon Sep 17 00:00:00 2001 From: Yotam loewenbach <48534558+yotamloe@users.noreply.github.com> Date: Sun, 8 Sep 2024 16:40:35 +0300 Subject: [PATCH] [docs] add `Build and test locally` section (#69) * add `Build and test locally` section * Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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`