Skip to content

Commit

Permalink
Add installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
tralph3 committed May 5, 2024
1 parent 16c2653 commit 50aa8b6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![tests](https://github.com/tralph3/conner/actions/workflows/tests.yml/badge.svg)](https://github.com/tralph3/conner/actions/workflows/tests.yml)
[![MELPA](https://melpa.org/packages/conner-badge.svg)](https://melpa.org/#/conner)


# Conner
Expand Down Expand Up @@ -36,6 +37,22 @@ Conner is configurable, so you can add your own command types if
what's available doesn't quite suit your needs.


## Installation

Conner can be installed from [MELPA](https://melpa.org/#/conner). If
you don't know how to use this repository go
[here](https://melpa.org/#/getting-started) for instructions.

It comes with no keybindings by default, so I recommend to add some to
make it easier to use. This is my personal config at the time of
writing.

```emacs-lisp
(use-package conner
:ensure t
:bind (("C-x p c" . conner-run-project-command)))
```

## Features

- Integrated command editor which streamlines the experience.
Expand Down

0 comments on commit 50aa8b6

Please sign in to comment.