From a9bb9cdeaffdc8918c0209b23821e1977e026201 Mon Sep 17 00:00:00 2001 From: utox39 Date: Sat, 11 Oct 2025 18:21:20 +0200 Subject: [PATCH] docs(README): update README --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fa14940..928f15e 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,8 @@ Zigfetch is a minimal [neofetch](https://github.com/dylanaraps/neofetch)/[fastfe ## Installation +### Build from source + ```console # Clone the repo $ git clone https://github.com/utox39/zigfetch.git @@ -49,6 +51,12 @@ $ zig build -Doptimize=ReleaseSafe $ mv ./zig-out/zigfetch ~/bin/ ``` +### Via [Homebrew](https://brew.sh/) + +```console +$ brew install utox39/tap/zigfetch +``` + ## Usage ```console