Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 437 Bytes

updating_kiwiirc.md

File metadata and controls

19 lines (16 loc) · 437 Bytes

Updating the kiwiirc git submodule

kiwiirc-mobile includes kiwiirc as a git submodule. To update kiwiirc to the latest version, follow the steps:

  1. Pull the latest kiwiirc:

    cd kiwiirc
    git checkout master
    git pull
  2. Commit the kiwiirc submodule link:

    # back to kiwiirc-mobile
    cd .. 
    git commit -am "Update kiwiirc"
    git push