From 80eebfe565077fb98fdcb2d7092e3a091b3b4817 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Mon, 27 Mar 2023 17:36:55 +0300 Subject: [PATCH] devlog --- README.md | 7 +++++++ docs/devlog.md | 12 ++++++++++++ 2 files changed, 19 insertions(+) diff --git a/README.md b/README.md index 9f1c67e7..7ee73156 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/docs/devlog.md b/docs/devlog.md index e9d95f38..c13fef31 100644 --- a/docs/devlog.md +++ b/docs/devlog.md @@ -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