From 85697c67111bb2341dcdfeb652783be9796eb526 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Tue, 15 Oct 2024 12:05:15 -0400 Subject: [PATCH] Added Pre-Requirements section with jq install instructions to resolve Issue https://git.hush.is/hush/hsc-creator/issues/12 --- docs.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs.md b/docs.md index 887f416..0cd90ac 100644 --- a/docs.md +++ b/docs.md @@ -2,6 +2,10 @@ ## Introduction +### Pre-Requirements for Creating a New Chain + +Install `jq` on each system. For Debian and Ubuntu based systems, the command to do that is `sudo apt install jq`. + ### Requirements for Creating a New Chain - 2 nodes (a node can be either a physical computer or a VPS)