Added Pre-Requirements section with jq install instructions to resolve Issue https://git.hush.is/hush/hsc-creator/issues/12

This commit is contained in:
jahway603 2024-10-15 12:05:15 -04:00
parent f9b4f4d547
commit 85697c6711

View File

@ -2,6 +2,10 @@
## Introduction ## 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 ### Requirements for Creating a New Chain
- 2 nodes (a node can be either a physical computer or a VPS) - 2 nodes (a node can be either a physical computer or a VPS)