diff options
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.md | 6 |
1 files changed, 4 insertions, 2 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 6eda456ce2..2c331faf63 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 +{{< toc >}} + ## Installing go You should [install go](https://golang.org/doc/install) and set up your go @@ -42,7 +44,7 @@ running. As of last update, it should be Go version {{< go-version >}}. Gitea makes heavy use of Make to automate tasks and improve development. This guide covers how to install Make. -#### On Linux +### On Linux Install with the package manager. @@ -58,7 +60,7 @@ On Fedora/RHEL/CentOS: sudo yum install make ``` -#### On Windows +### On Windows One of these three distributions of Make will run on Windows: |