From db5fe88e9f24fafe9fda6dc0786d4e257bfafd3f Mon Sep 17 00:00:00 2001 From: Tomasz Klimczak Date: Sat, 10 Apr 2021 21:39:10 +0200 Subject: [PATCH] include AUR package in README (#17), clean up --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index ea45365..c95f335 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Grit is an experimental personal task manager that represents tasks as nodes of ## Installation ## -### From Source ### +### From source ### Make sure `go` (>=1.14) and `gcc` are installed on your system. Get the [latest release](https://github.com/climech/grit/releases), and run: @@ -38,13 +38,11 @@ Make sure `go` (>=1.14) and `gcc` are installed on your system. Get the [latest $ make && sudo make install ``` -### External Repositories ### +### External repositories ### + +* [Arch Linux (AUR)](https://aur.archlinux.org/packages/grit-task-manager/) ([@adityasaky](https://github.com/adityasaky)) +* [macOS via MacPorts](https://ports.macports.org/port/grit/summary) ([@herbygillot](https://github.com/herbygillot)) -On macOS, you can install `grit` via [MacPorts](https://www.macports.org) -``` -sudo port selfupdate -sudo port install grit -``` ## Introduction ##