From 6b2603325822049f31f003781aa9761799aa4ce7 Mon Sep 17 00:00:00 2001 From: Louie S Date: Fri, 7 Jun 2024 15:49:54 -0400 Subject: Use submodules for configs; add GNU_Make --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 894cf6d..46aeaac 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dash Docset Builder -This is a repository providing sources building various Dash docsets using a Makefile. Supported docsets can be found under `./src/configs`. Simply pass the name of the docset as a target for the Makefile (e.g., `make GNU_Make`). +This is a repository providing sources building various Dash docsets using a Makefile. Supported docsets can be found as a submodule under `./src/configs`. Simply pass the name of the docset as a target for the Makefile (e.g., `make GNU_Make`). ### Documentation -- cgit