Minor change to disclaimer formatting

This commit is contained in:
David Allen 2024-07-03 12:54:04 -06:00
parent 902c72f809
commit df6d841ac7
No known key found for this signature in database
GPG key ID: 717C593FF60A2ACC

View file

@ -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: