Run prettier on PACKAGING.md.

This commit is contained in:
Qi Xiao 2021-01-29 01:26:36 +00:00
parent 30489ffd28
commit 57925dbee7

View File

@ -78,9 +78,10 @@ To make reproducible builds, you must do the following:
- Disable cgo by setting the `CGO_ENABLED` environment variable to 0.
- Follow the requirements above for putting [accurate version
information](#accurate-version-information) into the binary, so that the
user is able to uniquely identify the build by running `elvish -version`.
- Follow the requirements above for putting
[accurate version information](#accurate-version-information) into the
binary, so that the user is able to uniquely identify the build by running
`elvish -version`.
The recommendation for how to set `VersionSuffix` when
[packaging development builds](#packaging-development-builds) becomes hard