We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b647021 commit 549348cCopy full SHA for 549348c
README.md
@@ -16,7 +16,8 @@ A link to the binary for the local OS & architecture is made to `./arangodb`.
16
This program will run on Linux, OSX or Windows.
17
18
Note: The standard build uses a docker container to run the build if. If docker is not available
19
-`make local` runs the go compiler directly and places the binary directly in the project directory.
+`make local` runs the [go compiler](https://golang.org/) directly and places the binary directly in the project directory.
20
+In this case you need to install the `golang` package on your system.
21
22
Starting a cluster
23
------------------
0 commit comments