Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 530 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 530 Bytes

cig

Conventional commits cli, written in C

demo

Dependencies

  • readline
  • libgit2

Arch install:

sudo pacman -S libgit2 readline

Ubuntu install:

sudo apt-get install libgit2-dev libreadline-dev

Apply the ubuntu patch, because libgit2-dev appears to be an old version:

patch < ./ubuntu.patch

Configure

Edit config.def.h

Running make will copy the file to config.h

Build

make

Install

sudo make install