timbray / topfew

Finds the field values (or combinations of values) which appear most often in a stream of records.
GNU General Public License v3.0
186 stars 6 forks source link

Install instructions? #7

Closed christophetd closed 3 years ago

christophetd commented 3 years ago

Hello, are there any install instructions/pre-built binaries available?

Thank you :-)

timbray commented 3 years ago

Um, sorry, I keep meaning to set up a formal release structure but haven't yet. In the meantime, if you have a reasonably recent Go installed and just say "make" you should get a binary in bin/tf that works fine.

christophetd commented 3 years ago

Thanks!