From e4d41e6600b8a0fd1dbb6eb4b48727e4b8d1847d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 16 Aug 2023 06:55:07 -0700 Subject: [PATCH] Added install reference --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4ed2d35..ae3307b 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ [![Snapshot](https://flat.badgen.net/maven/v/metadata-url/repo.rife2.com/snapshots/com/uwyn/rife2/bld-testng/maven-metadata.xml?label=snapshot)](https://repo.rife2.com/#/snapshots/com/uwyn/rife2/bld-testng) [![GitHub CI](https://github.com/rife2/bld-testng/actions/workflows/bld.yml/badge.svg)](https://github.com/rife2/bld-testng/actions/workflows/bld.yml) -To run the tests with TestNG: +To install, please refer to the [extensions documentation](https://github.com/rife2/bld/wiki/Extensions). + +To run the tests with TestNG, add the following to your build file: ```java @BuildCommand(summary = "Run tests with TestNG")