From 03227d35659674898200ee85ffdfd7536b6143d9 Mon Sep 17 00:00:00 2001 From: Yotam loewenbach Date: Sun, 8 Sep 2024 14:27:49 +0300 Subject: [PATCH 1/2] add `Build and test locally` section --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index 4947e4a..6580a2d 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` From 331add25ad2d2dfcd070a74dd7f62954db359d0d Mon Sep 17 00:00:00 2001 From: Yotam loewenbach Date: Sun, 8 Sep 2024 16:35:10 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6580a2d..c60cd3c 100644 --- a/README.md +++ b/README.md @@ -157,12 +157,12 @@ Will send a log to Logz.io that looks like this: ``` ## Build and test locally -1. clone the repository: +1. Clone the repository: ```bash git clone https://github.com/logzio/logzio-log4j2-appender.git cd logzio-log4j2-appender ``` -2. build and run tests: +2. Build and run tests: ```bash mvn clean compile mvn test