Skip to content

Commit

Permalink
include AUR package in README (#17), clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
climech committed Apr 10, 2021
1 parent 9b4cb9c commit db5fe88
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,21 +30,19 @@ 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:

```
$ 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 ##

Expand Down

0 comments on commit db5fe88

Please sign in to comment.