aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@gitea.io>2021-06-23 15:57:56 -0400
committerGitHub <noreply@github.com>2021-06-23 15:57:56 -0400
commit8640717f5fb045ee88eda14c7dbe3731b8c068b2 (patch)
tree2ab1f0e847616df44d654f563a435247478403d4 /docs
parent383ffcfa34d284e3938517989a036da31ad42215 (diff)
downloadgitea-8640717f5fb045ee88eda14c7dbe3731b8c068b2.tar.gz
gitea-8640717f5fb045ee88eda14c7dbe3731b8c068b2.zip
Add docs for windows env vars (#16236)
* Add docs for windows env vars Fix #16213 * Fix docs/content/doc/developers/hacking-on-gitea.en-us.md Co-authored-by: John Olheiser <john.olheiser@gmail.com> Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: John Olheiser <john.olheiser@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/content/doc/developers/hacking-on-gitea.en-us.md2
1 files changed, 2 insertions, 0 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 360a46d20f..96db0a01bb 100644
--- a/docs/content/doc/developers/hacking-on-gitea.en-us.md
+++ b/docs/content/doc/developers/hacking-on-gitea.en-us.md
@@ -73,6 +73,8 @@ One of these three distributions of Make will run on Windows:
- The binary is called `mingw32-make.exe` instead of `make.exe`. Add the `bin` folder to `PATH`.
- [Chocolatey package](https://chocolatey.org/packages/make). Run `choco install make`
+**Note**: If you are attempting to build using make with Windows Command Prompt, you may run into issues. The above prompts (git bash, or mingw) are recommended, however if you only have command prompt (or potentially powershell) you can set environment variables using the [set](https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/set_1) command, e.g. `set TAGS=bindata`.
+
## Downloading and cloning the Gitea source code
The recommended method of obtaining the source code is by using `git clone`.