aboutsummaryrefslogtreecommitdiff
path: root/doc/build_env.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build_env.md')
-rw-r--r--doc/build_env.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/build_env.md b/doc/build_env.md
index 8ba67cf..de04921 100644
--- a/doc/build_env.md
+++ b/doc/build_env.md
@@ -4,6 +4,7 @@
go version go1.17 linux/amd64
```
## Build commands
+All commands are run in the project root directory.
### Compile development version to check for errors
```
go install -race github.com/HimbeerserverDE/mt-multiserver-proxy/cmd/mt-multiserver-proxy
@@ -14,5 +15,6 @@ go install -race github.com/HimbeerserverDE/mt-multiserver-proxy/cmd/mt-multiser
```
## Formatting
```
+goimports -l -w .
go fmt
```