Skip to content

ohSystemmm/Quotify

Repository files navigation

GitHub Last Commit GitHub Stars GitHub Repo Size Issues Badge


Quotify

Warning

  • Still under development; it won’t work until release.
  • Forked from activate-linux.

Building

Note that the executable's name depends on the target platform.

You can use sudo make install to install and sudo make uninstall to remove it.


Installing

Linux

$ git clone https://github.com/ohSystemmm/Quotify.git
$ cd Quotify
$ sudo make install

Uninstalling

Linux

$ cd Quotify
$ sudo make uninstall