Skip to content

Commit

Permalink
Add build instructions for app, closes #65
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Apr 21, 2023
1 parent 8e3a7f5 commit 2cba9d7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ can be used to colorize the output of other commands:

You can install it by running `cargo install lscolors` or by downloading one
of the prebuilt binaries from the [release page](https://github.com/sharkdp/lscolors/releases).
If you want to build the application from source, you can run
```rs
cargo build --release --features=nu-ansi-term --locked
```

## License

Expand Down

0 comments on commit 2cba9d7

Please sign in to comment.