mirror of https://github.com/voidlizard/hbs2
README
This commit is contained in:
parent
5b451012a4
commit
51e43c4f50
10
README.md
10
README.md
|
@ -1,7 +1,9 @@
|
|||
- [ABOUT](#about)
|
||||
- [What is it](#what-is-it)
|
||||
- [Current status](#current-status)
|
||||
- [HOWTO](#howto)
|
||||
- [How to install](#how-to-install)
|
||||
- [How to generate peer\'s key?](#how-to-generate-peers-key)
|
||||
- [How to run hbs2-peer](#how-to-run-hbs2-peer)
|
||||
- [How to configure hbs2-peer](#how-to-configure-hbs2-peer)
|
||||
- [How to make a pull request](#how-to-make-a-pull-request)
|
||||
|
@ -18,8 +20,10 @@
|
|||
- [What is a \"reflog\"](#what-is-a-reflog)
|
||||
- [What is the fixme?](#what-is-the-fixme)
|
||||
- [Contact](#contact)
|
||||
- [Download](#download)
|
||||
- [Support](#support)
|
||||
- [Donate](#donate)
|
||||
- [Other](#other)
|
||||
|
||||
# ABOUT
|
||||
|
||||
|
@ -117,6 +121,12 @@ It will take time. Patience, we're working on rolling
|
|||
out cachix, that will allow binary caches for the
|
||||
project.
|
||||
|
||||
## How to generate peer's key?
|
||||
|
||||
```
|
||||
hbs2 keyring-new > new-peer-key.key
|
||||
```
|
||||
|
||||
|
||||
## How to run hbs2-peer
|
||||
|
||||
|
|
Loading…
Reference in New Issue