Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 409 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 409 Bytes

yafetch

yet another fetch clone written in C++

Dependencies

  • C++17 capable compiler
  • Make

Configuration

specify which logo and colors to use in config.h

Build instructions

$ make to compile the application
# make install to install the compiled binary
# make uninstall to uninstall the application

Credits