forked from NYANDEV/forgejo
Add node version variable to docs (#10620)
Also adjusted other version mentions so go version is always mentioned as major.minor and node only as major. Co-authored-by: silverwind <me@silverwind.io>
This commit is contained in:
parent
35027305d1
commit
f5a20250ae
7 changed files with 10 additions and 8 deletions
|
@ -25,7 +25,7 @@ environment variable and to add the go bin directory or directories
|
|||
|
||||
Next, [install Node.js with npm](https://nodejs.org/en/download/) which is
|
||||
required to build the JavaScript and CSS files. The minimum supported Node.js
|
||||
version is 10 and the latest LTS version is recommended.
|
||||
version is {{< min-node-version >}} and the latest LTS version is recommended.
|
||||
|
||||
You will also need make.
|
||||
<a href='{{< relref "doc/advanced/make.en-us.md" >}}'>(See here how to get Make)</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue