Skip to content

Commit 549348c

Browse files
authored
Added link to golang package.
1 parent b647021 commit 549348c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ A link to the binary for the local OS & architecture is made to `./arangodb`.
1616
This program will run on Linux, OSX or Windows.
1717

1818
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.
19+
`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.
2021

2122
Starting a cluster
2223
------------------

0 commit comments

Comments
 (0)