aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-09-03 00:35:33 +0200
committerpml68 <contact@pml68.dev>2025-09-06 00:46:46 +0200
commit84d7e419a034425b5e7cfa653abcf129812e43ca (patch)
tree7f58e6f4f80c311dc523a11b1f4cb4affd24791f
parentfeat: change some keymaps (diff)
downloadnvim-84d7e419a034425b5e7cfa653abcf129812e43ca.tar.gz
docs(README): update image sizes [skip ci]
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 3624f6c..5892b84 100644
--- a/README.md
+++ b/README.md
@@ -27,11 +27,11 @@ And then run it
docker run -it neovim:latest
```
-The image size is somewhere around 4.5GB due to every language I use being included (C# with .NET, Java 21 and 17 etc.)
+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.)
### TeX
-There is also an image that contains texlive packages I use on top of everything in the base image. The size is ~5.4GB.
+There is also an image that contains texlive packages I use on top of everything in the base image. The size is ~5.2GB.
Pull or build the image
```sh