1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 06:46:36 +01:00

docs/dev/dependencies: Nest "Go" under "Build Dependencies"

This should have happened when "Build Dependencies" landed in 4278ba3f
(docs/libvirt-howto: Add dependency installation, 2018-09-24, #315).
This commit is contained in:
W. Trevor King
2018-11-14 15:53:38 -08:00
parent aa0e4b336b
commit 7ad6d9ddd1

View File

@@ -12,7 +12,7 @@ sudo yum install golang-bin gcc-c++
If you need support for [libvirt destroy](libvirt-howto.md#cleanup), you should also install `libvirt-devel`.
## Go
### Go
We follow a hard flattening approach; i.e. direct and inherited dependencies are installed in the base `vendor/`.