aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/README.md b/README.md
index 349a53b..9c57ef6 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,11 @@
# Neovim Setup
Run with `nix run git+https://git.codyhiar.com/config/nvim`
+
+Don't have nix installed? Try with docker:
+
+```
+docker run -ti -v $(pwd):/src nixos/nix
+cd /src
+nix run --extra-experimental-features "nix-command flakes" git+https://git.codyhiar.com/config/nvim
+```