mirror of
https://github.com/mawww/kakoune.git
synced 2025-04-16 11:17:44 +02:00
README: Add Nix installation instructions
This commit is contained in:
parent
cf52379422
commit
7e72b78b9f
1 changed files with 9 additions and 1 deletions
|
@ -118,7 +118,7 @@ Installing
|
|||
~~~~~~~~~~
|
||||
|
||||
In order to install kak on your system, rather than running it directly from
|
||||
its source directory, type *make install*, you can specify the `PREFIX` and
|
||||
its source directory, type *make install*. You can specify the `PREFIX` and
|
||||
`DESTDIR` if needed.
|
||||
|
||||
[TIP]
|
||||
|
@ -301,6 +301,14 @@ pkg install kakoune
|
|||
-------------------
|
||||
====
|
||||
|
||||
[TIP]
|
||||
.Nix
|
||||
====
|
||||
--------------------------------
|
||||
nix-env -iA nixpkgs.kakoune
|
||||
--------------------------------
|
||||
====
|
||||
|
||||
Running
|
||||
~~~~~~~
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue