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 ~~~~~~~