1
0
Fork 0

Improve README.md

This commit is contained in:
Ron Nazarov 2023-09-10 18:12:37 +01:00
parent 49fcf71169
commit 830defd4ce
Signed by: noisytoot
GPG key ID: 1D43EF4F4492268B

View file

@ -1,4 +1,20 @@
# noisytoot's GNU Guix channel
Packages in this channel should be fully free software, but they are not
necessarily ready to be upstreamed. Possible reasons include:
- Not having a proper synopsis and description written yet.
- Not being bootstrappable.
- Containing bundled packages that haven't been unbundled.
- Not having proper releases.
- Being specific to a certain use-case.
It may also contain packages that are suitable for upstream inclusion and I
just haven't submitted yet, or packages that I have submitted and haven't been
added yet.
## Usage
```scheme
(channel
(name 'noisytoot)
@ -9,3 +25,9 @@
(openpgp-fingerprint
"61C5 28F6 1F2C FADA 9526 A45B 1D43 EF4F 4492 268B"))))
```
### Authenticating using `guix git authenticate`
```sh
guix git authenticate 9e5feb9b9c7a92b28f8b8fe737b13f5ca786e0a1 "61C5 28F6 1F2C FADA 9526 A45B 1D43 EF4F 4492 268B"
```