Merge branch 'master' of https://github.com/pbevin/kitty
This commit is contained in:
commit
eb46107575
1 changed files with 1 additions and 1 deletions
|
|
@ -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`)
|
||||
}
|
||||
|
||||
// }}}
|
||||
|
|
|
|||
Loading…
Reference in a new issue