From 328285ef0b7a9e93ae7371047de48204d0eabdfb Mon Sep 17 00:00:00 2001 From: Alejandro Rosero Date: Mon, 1 Oct 2018 13:25:58 -0500 Subject: [PATCH] Update libvirt how to doc. Fix broken link --- docs/dev/libvirt-howto.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dev/libvirt-howto.md b/docs/dev/libvirt-howto.md index 3b7a0e2ac98..87e598cf8ea 100644 --- a/docs/dev/libvirt-howto.md +++ b/docs/dev/libvirt-howto.md @@ -184,7 +184,7 @@ EOF ## Build and run the installer With [libvirt configured](#install-and-enable-libvirt), you can proceed with [the usual quick-start](../../README.md#quick-start). -To avoid being prompted repeatedly, you can set [environment variables](../user/environent-variables.md) to reflect your libvirt choices. For example, selecting libvirt, setting [our earlier name choices](#pick-names), [our pull secret](#get-a-pull-secret), and telling both the installer and the machine-API operator to contact `libvirtd` at [the usual libvirt IP](#firewall), you can use: +To avoid being prompted repeatedly, you can set [environment variables](../user/environment-variables.md) to reflect your libvirt choices. For example, selecting libvirt, setting [our earlier name choices](#pick-names), [our pull secret](#get-a-pull-secret), and telling both the installer and the machine-API operator to contact `libvirtd` at [the usual libvirt IP](#firewall), you can use: ```sh export OPENSHIFT_INSTALL_PLATFORM=libvirt