Skip to content

Commit

Permalink
[docs] add Build and test locally section (#106)
Browse files Browse the repository at this point in the history
* add `Build and test locally` section

* Update README.md
  • Loading branch information
yotamloe authored Sep 8, 2024
1 parent 994dd95 commit c21a984
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,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-logback-appender.git
cd logzio-logback-appender
```
2. Build and run tests:
```bash
mvn clean compile
mvn test
```

### Release notes
- 2.0.1
- Updated LogzioSender version to `2.0.1`
Expand Down

0 comments on commit c21a984

Please sign in to comment.