Skip to content

Commit

Permalink
Merge pull request #13 from erikeah/master
Browse files Browse the repository at this point in the history
Add nix installation instructions
  • Loading branch information
vbauerster authored Oct 24, 2024
2 parents 112c1f9 + 4ea4782 commit 2af9c6d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,20 @@ Requires [Rust](https://www.rust-lang.org) installed on your system.

Clone the repository and run `cargo install --path .`

### Nix

With nix-env:

```shell-script
nix-env -iA kamp
```

With modern nix command:

```shell-script
nix profile install nixpkgs#kamp
```

## Kakoune integration

Add following definition into your kakrc.
Expand Down

0 comments on commit 2af9c6d

Please sign in to comment.