aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/README.md b/README.md
index 9c57ef6..349a53b 100644
--- a/README.md
+++ b/README.md
@@ -1,11 +1,3 @@
# 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
-```