Skip to content

Commit

Permalink
doc: add submodules on clone in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dartdart26 authored Apr 11, 2024
1 parent 1698dc8 commit 01c491a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ fhEVM-go gives your EVM the ability to compute on encrypted data using fully hom
In order to use the library, you need to clone the repository and build it. This is required because the library depends on the `tfhe-rs` library that needs to be built from source (for now), and Go doesn't support such a build.

```bash
$ git clone https://github.com/zama-ai/fhevm-go
$ git clone --recurse-submodules https://github.com/zama-ai/fhevm-go
$ cd fhevm-go
$ make build
```
Expand Down

0 comments on commit 01c491a

Please sign in to comment.