summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/developers/hacking-on-gitea.en-us.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/doc/developers/hacking-on-gitea.en-us.md')
-rw-r--r--docs/content/doc/developers/hacking-on-gitea.en-us.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/content/doc/developers/hacking-on-gitea.en-us.md b/docs/content/doc/developers/hacking-on-gitea.en-us.md
index 2c331faf63..875a4818e1 100644
--- a/docs/content/doc/developers/hacking-on-gitea.en-us.md
+++ b/docs/content/doc/developers/hacking-on-gitea.en-us.md
@@ -15,6 +15,8 @@ menu:
# Hacking on Gitea
+**Table of Contents**
+
{{< toc >}}
## Installing go
@@ -127,9 +129,9 @@ See `make help` for all available `make` targets. Also see [`.drone.yml`](https:
To run and continously rebuild when source files change:
-````bash
+```bash
make watch
-````
+```
On macOS, watching all backend source files may hit the default open files limit which can be increased via `ulimit -n 12288` for the current shell or in your shell startup file for all future shells.
@@ -268,7 +270,7 @@ TAGS="bindata sqlite sqlite_unlock_notify" make build test-sqlite
```
will run the integration tests in an sqlite environment. Integration tests
-require `git lfs` to be installed. Other database tests are available but
+require `git lfs` to be installed. Other database tests are available but
may need adjustment to the local environment.
Look at