Merge pull request #4527 from bk2204/readme-source-requirements

README: improve steps for building from source
This commit is contained in:
brian m. carlson 2021-06-14 17:51:30 +00:00 committed by GitHub
commit e0b315cb37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -49,7 +49,10 @@ $ ./install.sh
#### From source #### From source
- Place the `git-lfs` binary on your systems executable `$PATH` or equivalent. - Ensure you have the latest version of Go, GNU make, and a standard Unix-compatible build environment installed.
- On Windows, install `goversioninfo` with `go get github.com/josephspurrier/goversioninfo/cmd/goversioninfo`.
- Run `make`.
- Place the `git-lfs` binary, which can be found in `bin`, on your systems executable `$PATH` or equivalent.
- Git LFS requires global configuration changes once per-machine. This can be done by - Git LFS requires global configuration changes once per-machine. This can be done by
running: running: