This commit is contained in:
Dmitry Zuikov 2023-03-27 10:24:31 +03:00
parent 5b451012a4
commit 51e43c4f50
1 changed files with 10 additions and 0 deletions

View File

@ -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