From 00ee8e73d10b1a0509f252a1f50b1b12890e524c Mon Sep 17 00:00:00 2001 From: Damien A <124083497+MasqAs@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:54:46 +0100 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a4b8245..f653a46 100644 --- a/README.md +++ b/README.md @@ -61,14 +61,14 @@ Before you begin, ensure you have the following prerequisites installed and conf terraform apply -var="GITHUB_REPO_URL=https://github.com/MasqAs/projet-vxlan-automation" ``` - Or, if you want to clone a local directory: + Or, if you want to push a local directory: ```bash terraform apply -var="LOCAL_DIR_PATH=/path/to/your/local/directory" ``` - > [!note] - > Note that there is no synchronization between your remote folder and your local folder once the instance has been created. + >:pen: **if you use the local folder** + >Note that there is no synchronization between your remote folder and your local folder once the instance has been created. Enter `yes` when prompted to proceed.