summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-06-04 20:16:35 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-06-04 20:16:35 +0200
commitfebc5e8bd2316c0c55dd741ff5020dd57cea65f6 (patch)
tree1f20eab5712ee565cbb58d757f6417ac165f8c39
parentb7ff71cb9e7fba6365e78f00bd75e0d5d507cbfc (diff)
removed unnecessary shell prompt
-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
```