Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 866 Bytes

README.md

File metadata and controls

37 lines (28 loc) · 866 Bytes

Bash Script Badge

Dfetch

A command-line utility to print system information.

Stage Badge


Usage

Installation

  1. Clone this repo.
    • git clone https://github.com/abhnva/dfetch.git
  2. Navigate to the cloned folder.
    • cd dfetch
  3. Add execute permissions.
    • chmod +x Install.sh
  4. Run the install script.
    • ./Install.sh
  5. Run Dfetch.
    • dfetch

Update

  1. Navigate to the cloned folder.
    • cd dfetch
  2. Add execute permissions.
    • chmod +x Update.sh
  3. Run the update script.
    • ./Update.sh