summaryrefslogtreecommitdiff
path: root/README.asciidoc
diff options
context:
space:
mode:
authorWaldir Pimenta <waldyrious@gmail.com>2021-07-31 20:00:36 +0100
committerGitHub <noreply@github.com>2021-07-31 20:00:36 +0100
commit7e72b78b9f5246636cce069f6a46cac68474aa92 (patch)
tree1e2d50e05c6c19851fed25113e00d764d06b4d67 /README.asciidoc
parentcf5237942231e7132db17cdc6fe5bd82a52fa71f (diff)
README: Add Nix installation instructions
Diffstat (limited to 'README.asciidoc')
-rw-r--r--README.asciidoc10
1 files changed, 9 insertions, 1 deletions
diff --git a/README.asciidoc b/README.asciidoc
index 3409d3e6..b4602a8f 100644
--- a/README.asciidoc
+++ b/README.asciidoc
@@ -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
~~~~~~~