docs: update requirements sections
This commit is contained in:
parent
6a1b51a513
commit
920776a6d5
|
@ -42,7 +42,9 @@ Nine reasons why you should use Doks:
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Doks is a [npm](https://www.npmjs.com/) project. Installing npm is pretty simple: download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. The Long Term Support (LTS) release is recommended for most users, the Current release contains the latest features.
|
Make sure all dependencies have been installed:
|
||||||
|
|
||||||
|
- [Node.js](https://nodejs.org/) >= 14.x
|
||||||
|
|
||||||
## Get started
|
## Get started
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,9 @@ toc: true
|
||||||
|
|
||||||
## Requirements
|
## Requirements
|
||||||
|
|
||||||
Doks is a [npm](https://www.npmjs.com/) project. Installing npm is pretty simple: download and install [Node.js](https://nodejs.org/) (it includes npm) for your platform. The Long Term Support (LTS) release is recommended for most users, the Current release contains the latest features.
|
Make sure all dependencies have been installed:
|
||||||
|
|
||||||
|
- [Node.js](https://nodejs.org/) >= 14.x
|
||||||
|
|
||||||
## Start a new Doks project
|
## Start a new Doks project
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue