README.md: Update From Source install instructions to mention the cgo dependency.

This commit is contained in:
Aaron Son
2024-04-29 10:12:39 -07:00
parent 2944635f54
commit b44718f0ee

View File

@@ -173,7 +173,7 @@ as CLI tool.
## From Source
Make sure you have Go installed, and that `go` is in your path.
Make sure you have Go installed, and that `go` is in your path. Dolt has a dependency on [cgo](https://pkg.go.dev/cmd/cgo), so you will need a working C compiler and toolchain as well.
Clone this repository and cd into the `go` directory. Then run: