From d6720ee4fc5ddfcbac5f8d053de75f662fb49f22 Mon Sep 17 00:00:00 2001 From: gatesbydude Date: Wed, 14 Aug 2024 20:51:32 +0000 Subject: [PATCH] Simplified shell codeblock in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5385cff..477397c 100644 --- a/README.md +++ b/README.md @@ -52,8 +52,7 @@ $ zig version Clone this repository with Git: ``` -$ git clone https://ziglings.org -$ cd ziglings.org +$ git clone https://ziglings.org && cd ziglings.org ``` Then run `zig build` and follow the instructions to begin!