Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 796 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 796 Bytes

cinfo

a fast and minimal system information tool for linux-based operating systems

screenshot

Installation

Packaging status

Edit config.mk to match your local setup (cinfo is installed into the /usr/local namespace by default)

Copy the config.def.h to config.h and edit the new file according to your needs. Especially if you want to install cinfo on an non-Arch based distro!

Afterwards enter the following command to build and install cinfo (if necessary as root):

make clean install

Run

cinfo

Manual

You can view the manual by running man cinfo or man cinfo.1, if you've already ran make clean install.