Skip to content

Commit 775da25

Browse files
committed
* Improved documentation
1 parent 4b1b800 commit 775da25

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,18 @@ filter {
9191
}
9292
```
9393

94+
## Run tests
95+
96+
> No working golang installation is required but Java 8+ (in ``PATH`` or ``JAVA_HOME`` set.).
97+
98+
```bash
99+
# On Linux/macOS
100+
$ ./gradlew test
101+
102+
# On Windows
103+
$ gradlew test
104+
```
105+
94106
## Contributing
95107

96108
caddy-filter is an open source project by [echocat](https://echocat.org).

0 commit comments

Comments
 (0)