From 4b38512d67fa444ae2cdcbb191aa94a43e328a34 Mon Sep 17 00:00:00 2001 From: Paul Date: Sun, 19 Feb 2023 19:24:01 +0100 Subject: [PATCH] Update README.md (#92) --- tools/regz/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/regz/README.md b/tools/regz/README.md index 1022af7..c57b991 100644 --- a/tools/regz/README.md +++ b/tools/regz/README.md @@ -38,7 +38,7 @@ For ATDF you need to unzip the appropriate atpack from the regz targets zig master. ``` -git clone https://github.com/ZigEmbeddedGroup/regz.git +git clone --recursive https://github.com/ZigEmbeddedGroup/regz.git cd regz zig build ```