summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorJohn Olheiser <john.olheiser@gmail.com>2020-03-05 16:36:22 -0600
committerGitHub <noreply@github.com>2020-03-05 16:36:22 -0600
commitf5a20250ae65c422a8f5de3415f484bca087abe1 (patch)
treeb6b362ecf6e859a4e22832eadcec140e7f493715 /README.md
parent35027305d1713df3ce87a14e7cc632e4e495e02a (diff)
downloadgitea-f5a20250ae65c422a8f5de3415f484bca087abe1.tar.gz
gitea-f5a20250ae65c422a8f5de3415f484bca087abe1.zip
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>
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3a9e6f0ed6..7ce5de3a23 100644
--- a/README.md
+++ b/README.md
@@ -40,7 +40,7 @@ or if sqlite support is required:
The `build` target is split into two sub-targets:
- `make backend` which requires [Go 1.11](https://golang.org/dl/) or greater.
-- `make frontend` which requires [Node.js 10.0.0](https://nodejs.org/en/download/) or greater.
+- `make frontend` which requires [Node.js 10](https://nodejs.org/en/download/) or greater.
If pre-built frontend files are present it is possible to only build the backend: