From 70b0522cb2ab7d886bfd01ec96503b0e21e043a5 Mon Sep 17 00:00:00 2001 From: Michael Cooper Date: Thu, 8 Aug 2024 08:23:14 -0700 Subject: Add build parameter to start at a specific exercise --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4336743..5385cff 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ reading these. ## A Note About Versions **Hint:** To check out Ziglings for a stable release of Zig, you can use -the appropriate tag. +the appropriate tag. The Zig language is under very active development. In order to be current, Ziglings tracks **development** builds of the Zig @@ -128,6 +128,12 @@ It can be handy to check just a single exercise: zig build -Dn=19 ``` +Or run all exercises, starting from a specific one: + +``` +zig build -Ds=27 +``` + Or let Ziglings pick an exercise for you: ``` -- cgit v1.2.3