From 943201e1737b44d28111d1da3d45ab063a934198 Mon Sep 17 00:00:00 2001 From: Klaas de Waal Date: Thu, 23 May 2024 15:32:38 +0200 Subject: [PATCH] Fix typo's in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 12a28a4..0aad93f 100755 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Builders | builder CPP Check and Doxygen | tools ### Qt6 Support -For Qt6 support, add ``` -e "qt6=true" ``` to the end of the command line. E.G. +For Qt6 support, add ``` -e "qt6=true" ``` to the end of the command line. E.g. ``` ./mythtv.yml --limit=localhost -e "qt6=true" ``` @@ -75,7 +75,7 @@ For Qt6 support, add ``` -e "qt6=true" ``` to the end of the command line. E.G. To disable the sudo / become prompt run add ``` ANSIBLE_BECOME=false ANSIBLE_BECOME_ASK_PASS=False ``` to the beginning of the command line (homebrew is already set to run -without escalting priveldges in the homebrew playbook). E.G. +without escalating privileges in the homebrew playbook). E.g. ``` ANSIBLE_BECOME=false ANSIBLE_BECOME_ASK_PASS=False ./mythtv.yml --limit=localhost ```