Skip to content

Commit d5f498a

Browse files
committed
Added command to install packages when run local
1 parent ba82d10 commit d5f498a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ You might want to install these extensions to better support this project in VSC
1313
* Cucumber (Gherkin) Full Support https://marketplace.visualstudio.com/items?itemName=alexkrechik.cucumberautocomplete
1414

1515
## Run locally
16+
Install packages
17+
18+
```bash
19+
npm install
20+
```
1621

1722
Run battleship
1823

0 commit comments

Comments
 (0)