Skip to content

Commit

Permalink
docs: add submodules on clone in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dartdart26 committed Apr 12, 2024
1 parent 1698dc8 commit 9c0269e
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 9c0269e

Please sign in to comment.