Skip to content

Latest commit

 

History

History
33 lines (28 loc) · 534 Bytes

Readme.md

File metadata and controls

33 lines (28 loc) · 534 Bytes

Gofetch

A system fetch utility written in Golang.

image

Prerequisites

  • Golang (obviously)

Installation

  • Clone the repo
$ git clone https://github.com/k3yss/gofetch.git
  • Build the binary
$ go build
  • Copy the binary
$ cp gofetch /usr/local/bin/gofetch 
  • Run
$ gofetch

Docker

Additionally you can use docker to run gofetch without installing any external dependencies.

$ docker build -t gofetch .
$ docker run -it gofetch