aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-04-04 03:18:03 +0200
committerPolesznyák Márk <contact@pml68.dev>2026-04-04 10:12:20 +0200
commit99cfafdd442dc56b8b40803035cfcfa768554be7 (patch)
treee55a255af8e82ebc381b22a9edc50bfa6b281119 /README.md
parentfeat!: migrate to vim.pack (diff)
downloadnvim-99cfafdd442dc56b8b40803035cfcfa768554be7.tar.gz
feat!: remove Docker image
Diffstat (limited to 'README.md')
-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).