From bbeefb4476d1ef960c4b5a1c964a747897667527 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Thu, 11 Mar 2021 07:38:36 +0100 Subject: [PATCH] Change suggested --- CONTRIBUTING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 35a4558..64ab383 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -32,6 +32,9 @@ We assume you use Linux as a work environment (you can use a virtual machine as ```bash git clone https://github.com/ansible/ansible.git ``` + +Instead of installing ansible-core from source, you can also work with an already existing installation of Ansible, ansible-base or ansible-core. Simply skip steps 2 and 3 in that case. + 3. Go to the cloned repository and prepare the environment: ```bash cd ansible && source hacking/env-setup