From f1c93f35a52d9bc428a8e17044200b045b2395fa Mon Sep 17 00:00:00 2001 From: Daniel Axelrod Date: Sat, 21 Dec 2019 11:34:38 -0500 Subject: [PATCH] Link the create command from manifests page One of the use-cases for reading the manifest docs is wanting to contribute a new package. Add a link to the `create` command, which automates many of the steps of writing the manifest and contributing it. --- docs/manifests/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/manifests/README.md b/docs/manifests/README.md index 91d2414..3bfe0d9 100644 --- a/docs/manifests/README.md +++ b/docs/manifests/README.md @@ -4,6 +4,8 @@ Rather than using scripts AppGet uses `YAML` files to define application package All available packages are hosted in our official [GitHub Repository](https://github.com/appget/appget.packages). You can review and propose changes to any of the manifests using a pull-request. +To create a new manifest and propose its addition to the repository, use the [`create` command](/commands/#create). + For example, [vlc.yaml](https://github.com/appget/appget.packages/blob/master/manifests/vlc/vlc.yaml) ```yaml