diff options
Diffstat (limited to 'Running-federated-Gitea.md')
-rw-r--r-- | Running-federated-Gitea.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Running-federated-Gitea.md b/Running-federated-Gitea.md index 1fecf5a..67cbed6 100644 --- a/Running-federated-Gitea.md +++ b/Running-federated-Gitea.md @@ -10,7 +10,7 @@ You can also join https://matrix.to/#/#forgefederation:matrix.batsense.net and h ## Compile it yourself
-First, clone this repository. If you would like to build a Docker image, there is a `Dockerfile` in this repo. If you would like to build a binary, run `TAGS="bindata" make`.
+First, clone this repository. If you would like to build a Docker image, there is a `Dockerfile` in this repo. If you would like to build a binary, install Go and Node.js and then run `TAGS="bindata" make`.
## Configuration
|