From 8fb3bfb185e983bb3ef459e61f1c86808b9bdac6 Mon Sep 17 00:00:00 2001 From: voidlizard Date: Sat, 8 Feb 2025 13:13:40 +0300 Subject: [PATCH] README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 6f3aee38..17918304 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,27 @@ This solution facilitates decentralized P2P git repository synchronization with automatic peer discovery, requiring no server or service. +## Status update 2025-02-08 + +Website [hbs2.net](https://hbs2.net) is up. All updates, documentations +and so on will appear there. + +It is also available on http://localhost:port/ref/4X65y4YvUjRL2gtA9Ec3YDDP4bnxjTGhfjpoah96t3z1 + +Just + +``` +hbs2-peer run +``` + +and + +``` + +hbs2-peer poll add 4X65y4YvUjRL2gtA9Ec3YDDP4bnxjTGhfjpoah96t3z1 lwwref 31 + +``` + ## Status update 2025-01-06