Skip to content

Commit a7b8c47

Browse files
committed
docs: improve README
1 parent ee27df4 commit a7b8c47

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.nvmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
12

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,13 @@ The following parameters can be set in config files or in env variables:
9090

9191
## Local deployment
9292

93-
1. Make sure that Kafka and Elasticsearch is running as per instructions above.
93+
0. Make sure that Kafka and Elasticsearch is running as per instructions above.
94+
95+
1. Make sure to use Node v12+ by command `node -v`. We recommend using [NVM](https://github.com/nvm-sh/nvm) to quickly switch to the right version:
96+
97+
```bash
98+
nvm use
99+
```
94100

95101
2. From the project root directory, run the following command to install the dependencies
96102

0 commit comments

Comments
 (0)