Update installation instructions

This commit is contained in:
Rene Vergara 2024-02-28 15:11:19 -06:00
parent 488a01c46d
commit 24e73f87b3
Signed by: pitmutt
GPG Key ID: 65122AD495A7F5B2
1 changed files with 3 additions and 3 deletions

View File

@ -36,13 +36,13 @@ Zenith is a command-line interface for the Zcash Full Node (`zcashd`). It has th
git clone https://git.vergara.tech/Vergara_Tech/zenith.git git clone https://git.vergara.tech/Vergara_Tech/zenith.git
cd zenith cd zenith
git submodule init git submodule init
git submodule update git submodule update --remote
``` ```
- Install using `stack`: - Install using `cabal`:
``` ```
stack install cabal install
``` ```
## Configuration ## Configuration