Skip to content

Commit a1ce6fb

Browse files
committed
chore: update readme
1 parent fe1f2dd commit a1ce6fb

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ git clone [email protected]:syntest-framework/syntest-javascript-benchmark.git
1414
cd syntest-javascript-benchmark
1515
npm install
1616
```
17+
> Note: this will also initiate the git submodules and install dependencies of the benchmark projects
18+
1719

1820
3. Run the tool
1921
```bash
@@ -66,6 +68,7 @@ npm run build
6668
```bash
6769
npm install
6870
```
71+
> Note: this will also initiate the git submodules and install dependencies of the benchmark projects
6972
7073
7. Run the tool
7174
```bash

scripts/clone_all.sh

-6
This file was deleted.

scripts/install.sh

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
git submodule init
2+
13
cd benchmark/
24
cd axios && npm i && cd ..
35
# cd chalk && npm i && cd ..

0 commit comments

Comments
 (0)