Skip to content

Commit

Permalink
Enable installation via homebrew.
Browse files Browse the repository at this point in the history
  • Loading branch information
drn committed Mar 29, 2020
1 parent b572330 commit 30d7645
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Nerd LS

A golang LS implementation that provides color and icons to `ls`.
Nerd LS is a drop-in replacement for the standard ls command, providing color
and icons while staying blazing fast.

[![CircleCI](https://circleci.com/gh/drn/nerd-ls.svg?style=svg)](https://circleci.com/gh/drn/nerd-ls)
[![Go Report Card](https://goreportcard.com/badge/github.com/drn/nerd-ls)](https://goreportcard.com/report/github.com/drn/nerd-ls)
Expand All @@ -11,8 +12,6 @@ A golang LS implementation that provides color and icons to `ls`.

## Usage

Nerd LS is a drop-in replacement for the standard ls command.

```
Usage:
nerd-ls [OPTIONS]
Expand All @@ -29,7 +28,7 @@ Help Options:
## Install

```
go get github.com/drn/nerd-ls
brew install drn/homebrew-tap/nerd-ls
alias ls=nerd-ls # optional
```

Expand Down

0 comments on commit 30d7645

Please sign in to comment.