Move paragraph about CONTRIBUTING to start of README.
This commit is contained in:
parent
f51b9e2718
commit
a24d80a723
12
README.md
12
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.
|
||||
|
|
Loading…
Reference in New Issue