Update install instructions

This commit is contained in:
Rene Vergara 2024-02-25 16:14:04 -06:00
parent 6b870d91f8
commit 6e11ae7779
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

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