Skip to content

Commit 883638d

Browse files
committed
improved README.md
1 parent faf2039 commit 883638d

1 file changed

Lines changed: 17 additions & 2 deletions

File tree

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,18 +45,33 @@ You can also look the [`examples` directory](./examples) for examples with multi
4545

4646
This library is free software and is available on NPM public repository.
4747

48-
As a pre-requisite, the WASM binaries required for Findex and CoverCrypt must be fetched (or be manually copied from <https://package.cosmian.com> into `src/pkg` directory):
48+
As a pre-requisite, the WASM binaries required for Findex, CoverCrypt or FPE must be fetched
49+
using the the following python script
4950

5051
```bash
5152
python3 scripts/download_wasm.py
5253
```
5354

54-
And next:
55+
or be manually copied from <[https://package.cosmian.com/cloudproof_rust/v3.0.2/darwin.zip]> into the `src/pkg` directory:
56+
57+
Then, `the clouproof_js` library should be installed in `node_modules`
5558

5659
```bash
5760
npm i cloudproof_js
5861
```
5962

63+
After these steps, the project directory should have the following structure
64+
```
65+
-> src
66+
-> pkg
67+
-> cover_crypt
68+
-> findex
69+
-> fpe
70+
-> node_modules
71+
-> cloudproof_js
72+
```
73+
74+
6075
(version before 3.1.0 were called cosmian_js_lib)
6176

6277
## Versions Correspondence

0 commit comments

Comments
 (0)