From 9c0269e170f8e1b97480acef108f760b2ef26f27 Mon Sep 17 00:00:00 2001 From: Petar Ivanov <29689712+dartdart26@users.noreply.github.com> Date: Thu, 11 Apr 2024 17:10:50 +0300 Subject: [PATCH] docs: add submodules on clone in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0dba691..3dc2109 100644 --- a/README.md +++ b/README.md @@ -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 ```