From f9b4f4d5475db57909bdb7200269e0e7c9a07ef2 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Tue, 15 Oct 2024 12:03:26 -0400 Subject: [PATCH 1/2] Updated copyright in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9a1b2f..a87c4c8 100644 --- a/README.md +++ b/README.md @@ -10,4 +10,4 @@ GPLv3 or later # Copyright -2016-2022 The Hush Developers \ No newline at end of file +2016-2024 The Hush Developers From 85697c67111bb2341dcdfeb652783be9796eb526 Mon Sep 17 00:00:00 2001 From: jahway603 Date: Tue, 15 Oct 2024 12:05:15 -0400 Subject: [PATCH 2/2] 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)