meta: add README
This commit is contained in:
parent
ea66cd7b19
commit
e4765ea432
1 changed files with 13 additions and 0 deletions
13
README
Normal file
13
README
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
Hi!
|
||||||
|
|
||||||
|
This is an Alpine Linux repository of random packages I find useful, but
|
||||||
|
not quite fitting into the official aports repo.
|
||||||
|
|
||||||
|
All the stuff here is built from https://git.ddd.rip/ptrcnull/ptrcports,
|
||||||
|
currently the main supported architectures are x86_64 and aarch64.
|
||||||
|
|
||||||
|
Adding into your system (as root):
|
||||||
|
echo "@ptrc https://repo.ptrc.pl/ptrcports" >> /etc/apk/repositories
|
||||||
|
apk add --update --allow-untrusted ptrcports-keys@ptrc
|
||||||
|
|
||||||
|
After that, you can add packages via `apk add package-name@ptrc`.
|
Loading…
Reference in a new issue