Browse Source

Update README.md

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

+ 1 - 3
README.md

@@ -40,8 +40,6 @@ sudo apt install build-essential libssl-dev cmake clang git
 
 ### Core OpenFHE library installation
 
-Build and install OpenFHE library. Right now you need to use the Fair Math fork. It contains the required features, which will be included in the next planned release (v1.1.5):
-
 1. Clone the repository
 
 ```bash
@@ -62,7 +60,7 @@ make -C ${OPENFHE_BUILD:-build} -j$(nproc)
 make -C ${OPENFHE_BUILD:-build} install
 ```
 
-4. Configure your dynamic linker
+4. Update the cache for the linker
 
 ```bash
 sudo ldconfig