Skip to content

Commit

Permalink
chore: README TLDR
Browse files Browse the repository at this point in the history
  • Loading branch information
mpalourdio committed May 5, 2024
1 parent 72e4406 commit 562dee8
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@

Intended to run as CLI, it extracts the artwork embedded in audio files (FLAC/MP3) and display it as ascii art.

# TLDR

- Download the [bin](https://github.com/mpalourdio/flhacker/raw/main/bin/flhacker) (linux x64 only. Windows users must compile it themselves, or get a true OS).
- Run `flhacker -f /tmp/my.flac`
- Let the magic happen

# Why ?

Who knows ?
Expand All @@ -28,9 +34,9 @@ The needed `reachabilty metadata` are in the [src/main/resources/META-INF/native

# JUST MAKE A FUCKING .EXE FILE AND GIVE IT TO ME

A running executable is available for download in the [bin](https://github.com/mpalourdio/flhacker/raw/main/bin/flhacker) folder (linux x64 only. Windows users must compile it themselves, or get a true OS).
The running executable available in the [bin](https://github.com/mpalourdio/flhacker/raw/main/bin/flhacker) is linux x64 only. Windows users must compile it themselves (or get a true OS).

I may forget to update it while this is not automated at the moment. It may also not target your OS/CPU arhitecture.
I may forget to update the bin because this is not automated for now. It may also not target your OS/CPU arhitecture.

The Best way is to clone and compile if you know what you are doing (or open an issue).

Expand Down

0 comments on commit 562dee8

Please sign in to comment.