sharkdp / lscolors

A Rust library and tool to colorize paths using LS_COLORS
Apache License 2.0
265 stars 18 forks source link

README doesn't explain how to build the command-line application #65

Closed yurivict closed 1 year ago

yurivict commented 1 year ago

There are no features defined in Cargo.toml for this either.

==>   Generating temporary packing list
  Installing lscolors v0.14.0 (/usr/ports/misc/lscolors/work/lscolors-0.14.0)
       Fresh lscolors v0.14.0 (/usr/ports/misc/lscolors/work/lscolors-0.14.0)
    Finished release [optimized] target(s) in 0.01s
warning: none of the package's binaries are available for install using the selected features
strip: open /usr/ports/misc/lscolors/work/stage/usr/local/bin/lscolors failed: No such file or directory
*** Error code 1
tavianator commented 1 year ago

--features=nu-ansi-term should work

yurivict commented 1 year ago

This works, thanks!

sharkdp commented 1 year ago

Added instructions to the README