From 6479e6401ae0bfe51645ece6871c99e7e297d464 Mon Sep 17 00:00:00 2001 From: JanusCo <163771509+JanusCo@users.noreply.github.com> Date: Sun, 17 Mar 2024 15:50:42 -0400 Subject: [PATCH] Update shell command Slightly editing shell command to make it easier to paste and run. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cac853b..bed8eeb 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ The following tools should be installed: *All platforms:* ```shell -git clone https://github.com/Vertexwahn/rules_qt6 -cd tests +git clone https://github.com/Vertexwahn/rules_qt6 && +cd rules_qt6/tests ``` *Run Hello World demo with Windows 10/11 x64 with Visual Studio 2019:*