From 8fa4c45490289fd891a293101a0c057f6d484098 Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 3 Nov 2019 10:39:39 +1100 Subject: [PATCH] Move paragraph about CONTRIBUTING to start of README. --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 85abe896c27182..6870df7a9da4a9 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ The included `xbps-src` script will fetch and compile the sources, and install i files into a `fake destdir` to generate XBPS binary packages that can be installed or queried through the `xbps-install(1)` and `xbps-query(1)` utilities, respectively. +See [Contributing](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md) +for a general overview of how to contribute and the +[Manual](https://github.com/void-linux/void-packages/blob/master/Manual.md) +for details of how to create source packages. + ### Requirements - GNU bash @@ -443,10 +448,3 @@ Once the build has finished, you can specify the path to the local repository to # cd void-mklive # make # ./mklive.sh ... -r /path/to/hostdir/binpkgs - -### Contributing - -See [Contributing](https://github.com/void-linux/void-packages/blob/master/CONTRIBUTING.md) -for a general overview of how to contribute and the -[Manual](https://github.com/void-linux/void-packages/blob/master/Manual.md) -for details of how to create source packages.