Improve README.md
This commit is contained in:
parent
49fcf71169
commit
830defd4ce
1 changed files with 22 additions and 0 deletions
22
README.md
22
README.md
|
@ -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"
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue