From dae52f8519edd60f22a5f4f54edbbd6df3016c4b Mon Sep 17 00:00:00 2001 From: nodiscc Date: Wed, 10 Aug 2022 16:07:36 +0200 Subject: [PATCH] doc: update makefile help text --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67193af07a..20c7a575cf 100644 --- a/README.md +++ b/README.md @@ -102,8 +102,9 @@ description: "[Java](https://en.wikipedia.org/wiki/Java_(programming_language)) $ make help install install build tools in a virtualenv import import data from original list at https://github.com/awesome-selfhosted/awesome-selfhosted -process apply automatic processing (gather github metadata) -build build markdown singlepage document from yaml data +update_metadata update metadata from project repositories/API +awesome_lint check data against awesome-selfhosted guidelines +export export markdown singlepage document from yaml data help generate list of targets with descriptions ```