Add install information to README
This commit is contained in:
parent
719fc50f68
commit
0f55dafc55
1 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,14 @@ Currently, files in the repository are _only_ built for x86_64.
|
||||||
I would like to extend it to other arches at some point but it is not a priority for me,
|
I would like to extend it to other arches at some point but it is not a priority for me,
|
||||||
and I do not know enough about the xbps build system to make it easily possible.
|
and I do not know enough about the xbps build system to make it easily possible.
|
||||||
|
|
||||||
|
The repository can be added to xbps by adding the following to a file called (for example) `/etc/xbps.d/20-custom-repositories.conf`:
|
||||||
|
|
||||||
|
```conf
|
||||||
|
repository=https://marty-oehme.github.io/void-templates
|
||||||
|
```
|
||||||
|
|
||||||
|
Then all packages herein can be installed.
|
||||||
|
|
||||||
## ROADMAP
|
## ROADMAP
|
||||||
|
|
||||||
- [x] Create new builds for all contained packages
|
- [x] Create new builds for all contained packages
|
||||||
|
|
Loading…
Reference in a new issue