Skip to content

Commit a19b31e

Browse files
committed
update README.md
1 parent 23e31fd commit a19b31e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
## Circuits for FluiDex
22

33
## Prerequisite
4-
+ nlohmann-json3-dev
5-
+ nasm
4+
5+
```
6+
sudo apt install nlohmann-json3-dev nasm g++ libgmp-dev
7+
```
68

79
## Test
810

911
```
10-
NODE_OPTIONS="--max_old_space_size=8192" npx ts-node ./test/test_all.ts
12+
bash tools/fast_test.sh
1113
```

0 commit comments

Comments
 (0)