Merge pull request 'Added Pre-Requirements section with jq install instructions to resolve Issue #12' (#16) from dev into master

Reviewed-on: https://git.hush.is/hush/hsc-creator/pulls/16
This commit is contained in:
duke 2024-11-18 01:37:51 +01:00
commit ce83d8ccd6
2 changed files with 5 additions and 1 deletions

View File

@ -10,4 +10,4 @@ GPLv3 or later
# Copyright
2016-2022 The Hush Developers
2016-2024 The Hush Developers

View File

@ -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)