diff options
author | silverwind <me@silverwind.io> | 2023-08-29 11:09:44 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-29 09:09:44 +0000 |
commit | 29dc1d3b8b91bc83bd2518f80d371e17125c480a (patch) | |
tree | 99a5bc6be53581746d5a28a9c05f5926d6314500 /README.md | |
parent | c576b50441a62201c2c17de5cfd003c941a3479b (diff) | |
download | gitea-29dc1d3b8b91bc83bd2518f80d371e17125c480a.tar.gz gitea-29dc1d3b8b91bc83bd2518f80d371e17125c480a.zip |
Update info regarding internet connection for build (#26776)
This build info was outdated since we no longer vendor go modules.
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -79,10 +79,10 @@ or if SQLite support is required: The `build` target is split into two sub-targets: -- `make backend` which requires [Go Stable](https://go.dev/dl/), required version is defined in [go.mod](/go.mod). -- `make frontend` which requires [Node.js LTS](https://nodejs.org/en/download/) or greater and Internet connectivity to download npm dependencies. +- `make backend` which requires [Go Stable](https://go.dev/dl/), the required version is defined in [go.mod](/go.mod). +- `make frontend` which requires [Node.js LTS](https://nodejs.org/en/download/) or greater. -When building from the official source tarballs which include pre-built frontend files, the `frontend` target will not be triggered, making it possible to build without Node.js and Internet connectivity. +Internet connectivity is required to download the go and npm modules. When building from the official source tarballs which include pre-built frontend files, the `frontend` target will not be triggered, making it possible to build without Node.js. Parallelism (`make -j <num>`) is not supported. |