summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Wang2022-07-21 03:01:30 +0800
committerAnthony Wang2022-07-21 03:01:30 +0800
commit99b9158b1cf99d4268673d1533c56667286396e3 (patch)
tree56f21d01ea6495121d57355466aa0a4c95643fdf
parent33cb1c571eb67ab5dada69bc80b824e6a67e2598 (diff)
Add dependencies for manually building Gitea binary
-rw-r--r--Running-federated-Gitea.md2
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