How to update keyboard without cloning the entire repository

I want to update KM keyboard from another computer because the older computer is no more. Now the build fails and It says keyboard font not found. The keyboard uses shared font. How do I update this keyboard without cloning the entire repository?

What many people do is use the same repo structure for their working files, but just download the shared fonts folder. You can read about that here:
https://help.keyman.com/knowledge-base/?id=106
That is talking about a single keyboard, but you can also download a single folder for the shared fonts.
So, you might have these two folders with all the contents:

release/o/obolo_chwerty
release/shared/fonts/noto/Latn

Then, make changes to your obolo_chwerty keyboard and use the fonts in the shared folder, and you would just commit the changes to the keyboard in a Pull Request.

1 Like

That worked. Thanks.