mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
Fix build instructions after ./dev.sh deps
This commit is contained in:
@@ -325,7 +325,7 @@ func dependencies(args []string) {
|
|||||||
}); err != nil {
|
}); err != nil {
|
||||||
exit(err)
|
exit(err)
|
||||||
}
|
}
|
||||||
fmt.Println(`Dependencies downloaded. Now build kitty with: make develop`)
|
fmt.Println(`Dependencies downloaded. Now build kitty with: ./dev.sh build`)
|
||||||
}
|
}
|
||||||
|
|
||||||
// }}}
|
// }}}
|
||||||
|
|||||||
Reference in New Issue
Block a user