From df6d841ac79cdd22210a12b66e4c8a9d85ab1c53 Mon Sep 17 00:00:00 2001 From: David Allen Date: Wed, 3 Jul 2024 12:54:04 -0600 Subject: [PATCH] Minor change to disclaimer formatting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5bba014..f7eb79d 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ go build -buildmode=plugin -o lib/powerman.so internal/generator/plugins/powerma go build -buildmode=plugin -o lib/syslog.so internal/generator/plugins/syslog/syslog.go ``` -NOTE: Not all of the plugins have completed generation implementations and are WIP. +**NOTE: Not all of the plugins have completed generation implementations and are WIP.** These commands will build the default plugins and store them in the "lib" directory by default. Alternatively, the plugins can be built using `make plugins` if GNU make is installed and available. After you build the plugins, run the following to use the tool: