Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 525 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 525 Bytes

OVYA Git Workflow Script

Documentation

The online documentation is available here.

Building the documentation is done by using Doxygen with the command make doc.

Install

git submodule update --init
sudo make install

If you have write access to /usr/local/bin, there is no need to use sudo.

Uninstall

sudo make uninstall

Unit tests

More than 200 unit tests can be done using the command make test.

  • Footnotes