From 3afa2a593ee048c0f0372279c27c94b7cd714876 Mon Sep 17 00:00:00 2001 From: Budalebah <113329223+Budalebah@users.noreply.github.com> Date: Tue, 13 Aug 2024 23:15:40 +0300 Subject: [PATCH] ready for copying removed $ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index cf25f62..a2cddb7 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,9 @@ 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 --recurse-submodules https://github.com/zama-ai/fhevm-go -$ cd fhevm-go -$ make build +git clone --recurse-submodules https://github.com/zama-ai/fhevm-go +cd fhevm-go +make build ``` That's it! You can now use it in your project by adding it to `go.mod`, and adding a `replace` to point to your local build. An example using `fhevm-go` v1.0.0: