This commit is contained in:
Dmitry Zuikov 2023-03-27 17:36:55 +03:00
parent 5b451012a4
commit 80eebfe565
2 changed files with 19 additions and 0 deletions

View File

@ -8,6 +8,8 @@
- [How to launch a peer](#how-to-launch-a-peer) - [How to launch a peer](#how-to-launch-a-peer)
- [How to save an encrypted file - [How to save an encrypted file
(TBD)](#how-to-save-an-encrypted-file-tbd) (TBD)](#how-to-save-an-encrypted-file-tbd)
- [How to save an encrypted file
(TBD)](#how-to-save-an-encrypted-file-tbd)
- [FAQ](#faq) - [FAQ](#faq)
- [Why DVCS are not actually - [Why DVCS are not actually
distributed](#why-dvcs-are-not-actually-distributed) distributed](#why-dvcs-are-not-actually-distributed)
@ -117,6 +119,11 @@ It will take time. Patience, we're working on rolling
out cachix, that will allow binary caches for the out cachix, that will allow binary caches for the
project. project.
## How to generate peer's key?
```
hbs2 keyring-new > new-peer-key.key
```
## How to run hbs2-peer ## How to run hbs2-peer

View File

@ -1,4 +1,16 @@
## 2023-03-27
FIXME: atomic-ref-update
FIXME: ref-download-monitor
FIXME: git-clone-check-whole-tree
FIXME: memory-usage-on-big-repos
FIXME: slow-on-big-repos
## 2023-03-26 ## 2023-03-26
FIXME: download-log-location-again FIXME: download-log-location-again