mirror of
https://github.com/davidallendj/configurator.git
synced 2025-12-20 11:37:00 -07:00
Added disclaimer in README.md about incomplete plugin implementations
This commit is contained in:
parent
c197afddce
commit
902c72f809
1 changed files with 2 additions and 0 deletions
|
|
@ -24,6 +24,8 @@ 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
|
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.
|
||||||
|
|
||||||
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:
|
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:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue