Skip to content

Commit

Permalink
docs: add AUR package to README
Browse files Browse the repository at this point in the history
  • Loading branch information
oknozor committed Oct 11, 2020
1 parent 6fb5ec5 commit 2bd8bb3
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ features related to the conventional commit specification. Anything else shall b
## Table of contents
- [Configuration](#Configuration)
- [Installation](#Installation)
- [Cargo](#cargo)
- [Archlinux](#archlinux)
- [Binaries](#Binaries)
- [Coco Commits](#Coco-Commits)
- [Breaking changes](#Breaking-changes)
Expand All @@ -59,12 +61,20 @@ features related to the conventional commit specification. Anything else shall b

## Installation

At the moment cocogitto is only available via [crates.io](https://crates.io/crates/cocogitto)
### Cargo

Cocogitto is available on [crates.io](https://crates.io/crates/cocogitto) :

```
cargo install cocogitto
```

### Archlinux

```
yay -S cocogitto-bin
```

## Configuration

All configuration values are optional, take a look at [cog.toml](cog.toml) to know more.
Expand Down

0 comments on commit 2bd8bb3

Please sign in to comment.