Update install instructions
This commit is contained in:
parent
6b870d91f8
commit
6e11ae7779
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue