This commit is contained in:
Kovid Goyal 2024-03-10 21:41:04 +05:30
commit eb46107575
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -325,7 +325,7 @@ func dependencies(args []string) {
}); err != nil {
exit(err)
}
fmt.Println(`Dependencies downloaded. Now build kitty with: make develop`)
fmt.Println(`Dependencies downloaded. Now build kitty with: ./dev.sh build`)
}
// }}}