summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-06-04 20:17:48 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-06-04 20:17:48 +0200
commit6aaf04893561140a1262c2dccf0736ef645352a4 (patch)
tree1f20eab5712ee565cbb58d757f6417ac165f8c39
parentb7ff71cb9e7fba6365e78f00bd75e0d5d507cbfc (diff)
parentfebc5e8bd2316c0c55dd741ff5020dd57cea65f6 (diff)
Merge pull request 'removed unnecessary shell prompt' (#449) from readme-fixes into main
Reviewed-on: https://codeberg.org/ziglings/exercises/pulls/449
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 15104e1..7b77de5 100644
--- a/README.md
+++ b/README.md
@@ -44,7 +44,7 @@ in that case, you can download it directly from the [build directory](https://zi
Verify the installation and build number of `zig` like so:
```
-$ zig version
+zig version
0.17.0-dev.xxxx+xxxxxxxxx
```