From 24e73f87b384bcc64f0773c47b1f520461074769 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Wed, 28 Feb 2024 15:11:19 -0600 Subject: [PATCH] Update installation instructions --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f898769..2c0cfe0 100644 --- a/README.md +++ b/README.md @@ -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 cd zenith git submodule init -git submodule update +git submodule update --remote ``` -- Install using `stack`: +- Install using `cabal`: ``` -stack install +cabal install ``` ## Configuration