mirror of https://github.com/voidlizard/hbs2
devlog
This commit is contained in:
parent
5b451012a4
commit
80eebfe565
|
@ -8,6 +8,8 @@
|
|||
- [How to launch a peer](#how-to-launch-a-peer)
|
||||
- [How to save an encrypted file
|
||||
(TBD)](#how-to-save-an-encrypted-file-tbd)
|
||||
- [How to save an encrypted file
|
||||
(TBD)](#how-to-save-an-encrypted-file-tbd)
|
||||
- [FAQ](#faq)
|
||||
- [Why DVCS are not actually
|
||||
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
|
||||
project.
|
||||
|
||||
## How to generate peer's key?
|
||||
|
||||
```
|
||||
hbs2 keyring-new > new-peer-key.key
|
||||
```
|
||||
|
||||
## How to run hbs2-peer
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
FIXME: download-log-location-again
|
||||
|
|
Loading…
Reference in New Issue