kiwiirc-mobile
includes kiwiirc
as a git submodule. To update
kiwiirc
to the latest version, follow the steps:
-
Pull the latest
kiwiirc
:cd kiwiirc git checkout master git pull
-
Commit the
kiwiirc
submodule link:# back to kiwiirc-mobile cd .. git commit -am "Update kiwiirc" git push