diff --git a/README.md b/README.md index 85abe896c27..6870df7a9da 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.