Skip to content

Commit

Permalink
core: fix getting-started guide
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Gutekanst <[email protected]>
  • Loading branch information
slimsag committed Jul 30, 2023
1 parent 4a56823 commit 5730189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/core/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ pub fn build(b: *std.Build) !void {
});
if (b.args) |args| {
app.run_step.addArgs(args);
app.run.addArgs(args);
}
const run_step = b.step("run", "Run the app");
run_step.dependOn(&app.run.step);
Expand Down

0 comments on commit 5730189

Please sign in to comment.