From ea8a88286b9370390ac14a3e268b8e03f08ced77 Mon Sep 17 00:00:00 2001 From: Webster Mudge Date: Tue, 26 Sep 2023 20:36:38 -0400 Subject: [PATCH] Fix callout formatting Signed-off-by: Webster Mudge --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4b2f5b8..b7f1041 100644 --- a/README.md +++ b/README.md @@ -164,9 +164,11 @@ The `cldr-runner` project can also be used to bootstrap a local development envi The `local_development.yml` playbook sets up a `cldr-runner`-like workspace for OSX and Ubuntu. The playbook will clone the Cloudera collections and `cdpy` for local work, install the external Ansible dependencies, update the Python `venv`, and create a convenient setup script for future work. -> [!NOTE] The cloned Cloudera collections and `cdpy` project use the `main` branches by default. Manipulating the branches is outside the scope of the `local_development.yml` playbook. +> [!NOTE] +> The cloned Cloudera collections and `cdpy` project use the `main` branches by default. Manipulating the branches is outside the scope of the `local_development.yml` playbook. -> [!IMPORTANT] If you are using an M1 or M2 Macbook, enable the Rosetta within your terminal to ensure compatibility and prevent library incompatibilities between architectures. Go to `Finder > Applications` and then `Terminal > > Get Info > Enable "Open using Rosetta"` (or whatever terminal application you use). +> [!IMPORTANT] +> If you are using an M1 or M2 Macbook, enable the Rosetta within your terminal to ensure compatibility and prevent library incompatibilities between architectures. Go to `Finder > Applications` and then `Terminal > > Get Info > Enable "Open using Rosetta"` (or whatever application you want to use). Development in this manner starts with sourcing the setup script, activating the virtual environment, and then switching to and running `cldr-runner`-based applications, such as `ansible-navigator`-based [`cloudera-deploy` definitions](https://github.com/cloudera-labs/cloudera-deploy), using the development environment's collections and tools.