diff --git a/src/cmd/init.zig b/src/cmd/init.zig index 1c34c715a49e9bc96ca6afba11e98e123d3fdf4c..9b262bbe0327ac347d8550f46f8ec5e3aca14bc1 100644 --- a/src/cmd/init.zig +++ b/src/cmd/init.zig @@ -18,7 +18,6 @@ pub fn execute(self_name: []const u8, args: [][]u8) !void { std.debug.print("This utility will walk you through creating a zigmod.yml file.\n", .{}); std.debug.print("That will give a good launching off point to get your next project started.\n", .{}); - std.debug.print("Use `zigmod aq add ` to add a dependency from https://aquila.red/\n", .{}); std.debug.print("Press ^C at any time to quit.\n", .{}); std.debug.print("\n", .{});