mirror of
https://github.com/element-hq/element-web
synced 2024-11-22 09:15:41 +03:00
Mention node 8.x as recommended in development docs
Co-Authored-By: jaywink <mail@jasonrobinson.me>
This commit is contained in:
parent
e876edcbc3
commit
633b8d419f
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ for now.
|
||||||
Development
|
Development
|
||||||
===========
|
===========
|
||||||
|
|
||||||
Ensure you have the latest stable Node JS runtime installed. Then check out
|
Ensure you have the latest stable Node JS runtime installed (v8.x is the best choice). Then check out
|
||||||
the code and pull in dependencies:
|
the code and pull in dependencies:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Reference in a new issue