From 6e11ae7779937c367731569f159f80a6180ebc38 Mon Sep 17 00:00:00 2001 From: Rene Vergara Date: Sun, 25 Feb 2024 16:14:04 -0600 Subject: [PATCH] Update install instructions --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8ffa015..a6f7cc1 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,10 @@ A Haskell library to interact with the Zcash blockchain. ``` ./configure ``` -- Compile the Rust and Haskell portions: `make` +- Compile the Rust and Haskell portions: + ``` + cabal build + ``` ## Use