Browse Source

Change in README.md

Hovsep Papoyan 1 year ago
parent
commit
21ca2b779b
1 changed files with 3 additions and 3 deletions
  1. 3 3
      README.md

+ 3 - 3
README.md

@@ -45,8 +45,8 @@ Build and install OpenFHE library. Right now you need to use the Fair Math fork.
 1. Clone the repository
 
 ```bash
-git clone https://github.com/fairmath/openfhe.git
-cd openfhe
+git clone https://github.com/openfheorg/openfhe-development.git
+cd openfhe-development
 ```
 
 2. Configure CMake
@@ -120,4 +120,4 @@ cargo test -- --test-threads=1
 4. Run the examples
 ```bash
 cargo run --example polynomial_evaluation
-```
+```