From c08ce0670475f4657a393aba6ca1ef9f7fedf7c3 Mon Sep 17 00:00:00 2001 From: Sam Hathaway Date: Mon, 7 Feb 2022 15:20:29 -0500 Subject: [PATCH] update README Closes #1. Signed-off-by: Sam Hathaway --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f8c00d7..6023074 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ -# Smammy Task-spooler-as-tsp +# Task Spooler installed as `tsp` (instead of `ts`) -## How do I install these formulae? +## Overview -`brew install smammy/task-spooler-as-tsp/` +The core `task-spooler` formula installs a `ts` binary, which conflicts with the `ts` ("timestamp") binary in the `moreutils` formula. This formula renames Task Spooler's `ts` to `tsp`, like Debian does. -Or `brew tap smammy/task-spooler-as-tsp` and then `brew install `. +## Installation + +`brew install smammy/task-spooler-as-tsp/task-spooler-as-tsp` + +Or `brew tap smammy/task-spooler-as-tsp` and then `brew install task-spooler-as-tsp`. ## Documentation