From fc05cbf152874ad78aa7e2204fa4ac5de8eeab60 Mon Sep 17 00:00:00 2001 From: Dmitry Zuikov Date: Sat, 25 Mar 2023 10:13:42 +0300 Subject: [PATCH] updated readme, hbs2 install section --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 2efecbf2..b2c61b1f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ - [ABOUT](#about) - [What is it](#what-is-it) - [HOWTO](#howto) + - [How to install](#how-to-install) - [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) @@ -75,6 +76,22 @@ stability issues. We\'re working hard to fix them. # HOWTO +## How to install + +Assuming you know what the Nix and Nix flakes are +(nixog.org) + +and nix flake support is turned on on your system: + +``` +nix profile install github:voidlizard/hbs2/master +``` + +It will take time. Patience, we're working on rolling +out cachix, that will allow binary caches for the +project. + + ## How to run hbs2-peer hbs2-peer run \[-c config\]