Skip to content

Commit

Permalink
remove run step from README
Browse files Browse the repository at this point in the history
run step is no longer in `build.zig`, so the README example no longer
works.
  • Loading branch information
spiral-ladder authored Nov 26, 2023
1 parent 75af1f9 commit 86f8f05
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ int main(void) {
printf("Hello, world!\n");
return 0;
}
$ zig build run -- hello.c -o hello
$ zig build && ./zig-out/bin/arocc hello.c -o hello
$ ./hello
Hello, world!
$
```

0 comments on commit 86f8f05

Please sign in to comment.