We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63de486 commit 778d8d5Copy full SHA for 778d8d5
1 file changed
src/cmd/init.zig
@@ -18,7 +18,6 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void {
18
19
std.debug.print("This utility will walk you through creating a zigmod.yml file.\n", .{});
20
std.debug.print("That will give a good launching off point to get your next project started.\n", .{});
21
- std.debug.print("Use `zigmod aq add <pkg>` to add a dependency from https://aquila.red/\n", .{});
22
std.debug.print("Press ^C at any time to quit.\n", .{});
23
std.debug.print("\n", .{});
24
0 commit comments