Skip to content

Latest commit

 

History

History
44 lines (31 loc) · 886 Bytes

README.md

File metadata and controls

44 lines (31 loc) · 886 Bytes

OpenFetch

openfetch is a simple tool to display information about a running FreeBSD, OpenBSD, NetBSD, or DragonFly BSD system written in C. Any contribution is highly appreciated.

Usage

  1. Clone or download this repository:

    git clone https://github.com/daviduhden/openfetch.git

    Or download the ZIP file and unpack it.

  2. Navigate to the directory:

    cd openfetch
  3. Build the executable:

    make
  4. Run openfetch:

    ./openfetch

Installation

To install openfetch and the logo files:

sudo make install

This will install openfetch to /usr/local/bin and the logo files to /usr/local/share/doc/logo/.

Cleaning Up

To clean up the build files:

make clean