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