mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
README: prettify
This commit is contained in:
parent
51f63d9520
commit
3c33147a55
1 changed files with 8 additions and 8 deletions
16
README.md
16
README.md
|
|
@ -5,14 +5,14 @@ Brace yourselves, plugins are coming to 16.1.
|
|||
|
||||
The make targets for the root directory:
|
||||
|
||||
list: print a list of all plugin directories
|
||||
* list: print a list of all plugin directories
|
||||
|
||||
The make targets for any plugin directory:
|
||||
|
||||
manifest: generate +MANIFEST file
|
||||
install: install to target directory
|
||||
remove: remove from target directory
|
||||
collect: gather updates from target directory
|
||||
mount: unionfs mount above target directory
|
||||
umount: unionfs umount from target directory
|
||||
clean: remove all changes and unknown files
|
||||
* manifest: generate +MANIFEST file
|
||||
* install: install to target directory
|
||||
* remove: remove from target directory
|
||||
* collect: gather updates from target directory
|
||||
* mount: unionfs mount above target directory
|
||||
* umount: unionfs umount from target directory
|
||||
* clean: remove all changes and unknown files
|
||||
|
|
|
|||
Loading…
Reference in a new issue