Hovsep Papoyan пре 1 година
родитељ
комит
21ca2b779b
1 измењених фајлова са 3 додато и 3 уклоњено
  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
-```
+```