docs(README): update README

This commit is contained in:
utox39
2025-04-14 16:10:04 +02:00
parent 4efc74e6ca
commit a1dd43e132

View File

@@ -18,10 +18,10 @@ $ git clone https://github.com/utox39/zigfetch.git
$ cd path/to/zigfetch $ cd path/to/zigfetch
# Build zigfetch # Build zigfetch
$ zig build -Doptimize=ReleaseSafe run $ zig build -Doptimize=ReleaseSafe
# Then move it somewhere in your $PATH. Here is an example: # Then move it somewhere in your $PATH. Here is an example:
$ mv zigfetch ~/bin $ mv ./zig-out/zigfetch ~/bin
``` ```
## Usage ## Usage