aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPolesznyák Márk <contact@pml68.dev>2026-01-01 00:28:02 +0100
committerPolesznyák Márk <contact@pml68.dev>2026-01-01 00:28:02 +0100
commit81ac2e76461bac978bc6edd4b69c3968b6000b60 (patch)
treef6448383c77004cebff01a7a27da5bdfcc8c51fc
parentfeat: add build manifest (diff)
downloadnvim-81ac2e76461bac978bc6edd4b69c3968b6000b60.tar.gz
docs: update README regarding Docker image size
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 548ab4e..72ee1ff 100644
--- a/README.md
+++ b/README.md
@@ -27,4 +27,4 @@ And then run it
docker run -it neovim:latest
```
-The image size is somewhere around 4.3GB due to every language I use being included (Rust nightly, C# with .NET, Java 21 and 17 etc.)
+> **Caution:** This image is *heavy* - `docker image ls` reports 4.95GB (as of 2026/01/01). This is due to every language I use being included (Rust nightly, C# with .NET, Java 21 and 17 etc.)