From f5cdd5213ca8a6b335330fc715786b0f50c7c5db Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 6 Jan 2024 11:25:37 +0100 Subject: [PATCH] updated the error code documentation according to the recent changes in the main installation script --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1f97554..8e30c07 100644 --- a/README.md +++ b/README.md @@ -120,11 +120,11 @@ This error code is returned whenever you try to call this script and your operat If the installation of `ansible` has failed, this script will return the error, otherwise, it will simply continue with the installation. -### 🪲 5 (ERROR_BECAUSE_PLAYBOOK_INVALID_OR_NOT_FOUND) +### 🪲 5 (ERRROR_BECAUSE_FUZZY_FILE_FINDER_INSTALLATION_FAILED) -This error code is returned whenever you try to call this script interactively, meaning you did not provide any path to a playbook, and this script will let you choose for a wanted configuration. +This error code is returned whenever you try to call this script and your operating system does not have the `fzf` package installed. -If the index you choosed is incorrect, then the error will be returned. +If the installation of `fzf` has failed, this script will return the error, otherwise, it will simply continue with the installation. ### 🪲 6 (ERROR_BECAUSE_PLAYBOOK_PATH_DOES_NOT_EXIST)