From 133f6368178631daf06eb70e35d4254f10716fa4 Mon Sep 17 00:00:00 2001 From: Ted Marynicz <30895118+tedmarynicz@users.noreply.github.com> Date: Mon, 28 Aug 2017 19:59:08 +0100 Subject: [PATCH] Update install.rst (#5057) Minor typo fix in VE para --- docs/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 2b12edb47..1f6a45e07 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -80,7 +80,7 @@ For full command line help, you can type:: Problems with Python virtual environment ---------------------------------------- -On a low memory system such as VPS with less than 512MB of RAM, the required dependencies of Certbot will failed to build. +On a low memory system such as VPS with less than 512MB of RAM, the required dependencies of Certbot will fail to build. This can be identified if the pip outputs contains something like ``internal compiler error: Killed (program cc1)``. You can workaround this restriction by creating a temporary swapfile::