From 3c33147a5541f37a5f2cd004b1a463252870cd6a Mon Sep 17 00:00:00 2001 From: Franco Fichtner Date: Thu, 9 Jul 2015 14:15:52 +0200 Subject: [PATCH] README: prettify --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 2b8e35a9e..942febf10 100644 --- a/README.md +++ b/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