From a66196c6d4522000f64fb522d2de85258c143d8f Mon Sep 17 00:00:00 2001 From: Charlie O'Keefe Date: Thu, 28 Mar 2019 23:29:54 -0600 Subject: [PATCH] apt -> ansible Thanks @garethtdavies for catching this https://github.com/zcash/zcash-gitian/pull/58#pullrequestreview-220358796 --- dependency_install_steps_by_platform/Ubuntu_18.04.x.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dependency_install_steps_by_platform/Ubuntu_18.04.x.md b/dependency_install_steps_by_platform/Ubuntu_18.04.x.md index 37e340a..71cdc93 100644 --- a/dependency_install_steps_by_platform/Ubuntu_18.04.x.md +++ b/dependency_install_steps_by_platform/Ubuntu_18.04.x.md @@ -33,9 +33,9 @@ Vagrant 2.2.4 ## Choice: Install Ansible via apt now or pip later -You can install apt to a system-wide location using Ubuntu's apt tool, which will be a less current -version, with infrequent updates, or choose another method described later to install it via a -python package in a project-local virtual environment. The apt method is a bit easier, while the +You can install ansible to a system-wide location using Ubuntu's apt tool, which will be a less +current version, with infrequent updates, or choose another method described later to install it via +a python package in a project-local virtual environment. The apt method is a bit easier, while the python method is ansible's native distribution channel and will be more current and more frequently updated.