From 8b43dc60a53bc0ad56a4ab942b19d48860c54644 Mon Sep 17 00:00:00 2001 From: Adw8 Date: Tue, 3 Sep 2024 14:16:21 +0530 Subject: [PATCH] Update instructions --- README.md | 2 +- nitro-bridge-demo-setup/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b52bdfd..18c32bb 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ - Add location of the directory containing the ansible binary to your `PATH` -- Optional: Set Locale Encoding to `UTF-8`: +- Optional: Set Locale Encoding to `UTF-8` Ansible requires the locale encoding to be `UTF-8`. You can either set the system-wide locale or use the `LANG` prefix when running Ansible commands. diff --git a/nitro-bridge-demo-setup/README.md b/nitro-bridge-demo-setup/README.md index f3521d6..d7f8128 100644 --- a/nitro-bridge-demo-setup/README.md +++ b/nitro-bridge-demo-setup/README.md @@ -8,7 +8,7 @@ To get started, follow the [installation](../README.md#installation) guide to se The following commands have to be executed in [`nitro-bridge-demo-setup`](./) directory -- To set up the Nitro Bridge Demo, execute the `run-bridge-demo.yml` Ansible playbook by running the following command. +- To set up the Nitro Bridge Demo, execute the `run-bridge-demo.yml` Ansible playbook by running the following command: NOTE: By default, deployments are created in the `nitro-bridge-demo-setup/out` directory. If you need to change this location, you can update the `nitro_directory` variable in the [vars.yml](./vars.yml) file. @@ -26,7 +26,7 @@ The following commands have to be executed in [`nitro-bridge-demo-setup`](./) di ### Reset Demo -- Run command to reset demo +- Run the following command to reset demo: ```bash LANG=en_IN.utf8 ansible-playbook -i localhost, --connection=local reset-demo.yml --extra-vars='{"target_host" : "localhost"}' -K --user $USER