Skip to content

Commit 8ac8808

Browse files
authored
Update README.md
Install in webdriver-ts-results was missing
1 parent ad9cb17 commit 8ac8808

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,15 @@ As you can see the mean duration for create 1000 rows was 144 msecs.
156156

157157
## 6. Building the result table
158158

159+
Install libraries
160+
```
161+
cd ..
162+
cd webdriver-ts-results
163+
npm install
164+
cd ..
165+
cd webdriver-ts
166+
```
167+
159168
In the webdriver-ts directory issue the follwing command:
160169
```
161170
npm run results

0 commit comments

Comments
 (0)