Skip to content

Commit 9e5ae22

Browse files
Update README.md
1 parent bf47ee4 commit 9e5ae22

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

README.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,18 @@
11
# Neutralinojs website
22

3-
This repository contains the source code of the Neutralinojs website including the Markdown-based documentation. This website is built using [Docusaurus 2](https://v2.docusaurus.io/), a modern static website generator.
3+
This repository contains the source code of the Neutralinojs website, including the Markdown-based documentation. This website is built using [Docusaurus](https://docusaurus.io), a modern static website generator.
44

55
## Developer guide
66

77
### Prerequisites
8-
9-
**Node.js**: Use older version of Node.js (around v16.19.0). Use [Node Version Manager (NVM)](https://github.com/nvm-sh/nvm) for easy switching between Node.js versions.
108

11-
To install and use the correct Node.js version, execute:
9+
To install and use the latest Node.js LTS version:
1210

1311
```bash
1412
nvm install
1513
nvm use
1614
```
1715

18-
We'll soon fix this issue and let contributors run this project on latest Node versions.
19-
2016
### Installation
2117

2218
```console
@@ -29,7 +25,7 @@ yarn install
2925
yarn start
3026
```
3127

32-
This command starts a local development server and open up a browser window. Most changes are reflected live without having to restart the server.
28+
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
3329

3430
### Build
3531

0 commit comments

Comments
 (0)