aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2022-06-08 20:35:48 -0600
committerCody Hiar <cody@hiar.ca>2022-06-08 20:35:48 -0600
commit1dabfa625a44e864aaf54e12b73381735441339b (patch)
tree3d4463e4923da771dbf29a4e65d94bfedcbe1648
parent398d05b2d8558557da753d1adef03803d4294add (diff)
Remove blurb about docker, can't get it to work
-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
-```