aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/README.md b/README.md
index 71d5c28..512a29b 100644
--- a/README.md
+++ b/README.md
@@ -11,22 +11,3 @@ Download into your config directory
```sh
git clone --depth=1 git://git.pml68.dev/nvim ~/.config/nvim
```
-
-## Usage with Docker
-
-Pull the image
-```sh
-docker pull ghcr.io/pml68/neovim:latest
-```
-
-Or build it
-```sh
-docker build -t neovim .
-```
-
-And then run it
-```sh
-docker run -it neovim:latest
-```
-
-> **Caution:** This image is *heavy* - `docker image ls` reports 8GB (as of 2026/03/30).