From 30d7645c09a2fdb5e5a677b2588a7f09ad760576 Mon Sep 17 00:00:00 2001 From: Darren Cheng Date: Sat, 28 Mar 2020 22:32:36 -0700 Subject: [PATCH] Enable installation via homebrew. See https://github.com/drn/homebrew-tap for tap Resolves https://github.com/drn/nerd-ls/issues/20 --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 98c3389..1adfd37 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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] @@ -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 ```