aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2023-04-07 18:24:42 +0200
committerGitHub <noreply@github.com>2023-04-07 18:24:42 +0200
commite242d821baadbb9ab895f8eacac2e8e72589dffa (patch)
treec6f59c28b8abd9b92a2183ac2078d6c83d869904 /README.md
parent8bf719e5e22dacccf68916455b7634b7b04453a0 (diff)
parentddc835762c1276c781295164a2bb3e42b35670df (diff)
Merge pull request #212 from perillo/improve-build
build: make the logo a build step
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 2 insertions, 9 deletions
diff --git a/README.md b/README.md
index 600790b..f23f536 100644
--- a/README.md
+++ b/README.md
@@ -50,18 +50,11 @@ $ git clone https://github.com/ratfactor/ziglings
$ cd ziglings
```
-Then run `zig build 1` and follow the instructions to begin!
+Then run `zig build` and follow the instructions to begin!
```bash
-$ zig build 1
+$ zig build
```
-## :warning: Attention
-Due to Zig's new build system, exercises can currently only be run manually with their number!
-
-```bash
-$ zig build xy
-```
-We hope to be able to offer this again soon in the automatic way.
## A Note About Versions