From 76adabda96cec818bd063d820a3459d44aeabdfd Mon Sep 17 00:00:00 2001 From: Adw8 Date: Tue, 3 Sep 2024 15:24:29 +0530 Subject: [PATCH] Reword instruction --- nitro-bridge-demo-setup/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nitro-bridge-demo-setup/README.md b/nitro-bridge-demo-setup/README.md index dad39a3..3bf6d1d 100644 --- a/nitro-bridge-demo-setup/README.md +++ b/nitro-bridge-demo-setup/README.md @@ -10,7 +10,7 @@ The following commands have to be executed in [`nitro-bridge-demo-setup`](./) di - 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. + NOTE: By default, deployments are created in the `nitro-bridge-demo-setup/out` directory. To change this location, update the `nitro_directory` variable in the [vars.yml](./vars.yml) file. ```bash LANG=en_US.utf8 ansible-playbook -i localhost, --connection=local run-bridge-demo.yml --extra-vars='{ "target_host": "localhost"}' --user $USER