From c8f9efbb86c559915452ea6f778e7102725142e1 Mon Sep 17 00:00:00 2001 From: Bob Polis Date: Fri, 13 Dec 2024 08:24:32 +0100 Subject: [PATCH] Mention "make test" to run the progress tool --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 253f51b..3121909 100644 --- a/README.md +++ b/README.md @@ -26,5 +26,8 @@ In progress. For now, please consult the library header at ## Test -Clone, build, and run the [progress](https://git.bobpolis.com/bob/progress/) -tool. +`make test` + +will run a tool showcasing most of the possibilities. This tool was formerly a +separate project: `progress`, still available on this server for its history. +