diff options
| author | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-02-10 10:50:57 +0100 |
|---|---|---|
| committer | Chris Boesch <chrboesch@noreply.codeberg.org> | 2025-02-10 10:50:57 +0100 |
| commit | d75f49b25b40ef049d2e55ba515b47bc73253400 (patch) | |
| tree | 49578b338f685ccb2d93afc7647347fd13cbc58e /README.md | |
| parent | 105c98782c9534aeca7245cbb3ae2be8b17e7534 (diff) | |
Fix repo link
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -51,14 +51,14 @@ $ zig version Clone this repository with Git: ``` -$ git clone https://ziglings.org -$ cd ziglings.org +git clone https://codeberg.org/ziglings/exercises.git ziglings +cd ziglings ``` Then run `zig build` and follow the instructions to begin! ``` -$ zig build +zig build ``` Note: The output of Ziglings is the unaltered output from the Zig |
