From c2bd9ed944a67cb005e5c3da0def91ab50297468 Mon Sep 17 00:00:00 2001 From: pml68 Date: Sun, 1 Dec 2024 00:33:41 +0100 Subject: docs: update README --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 75900e7..6a7cc62 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,13 @@ git clone --depth=1 https://github.com/pml68/nvim-setup ~/.config/nvim ## Usage with Docker +Pull the image +```sh +docker pull ghcr.io/pml68/neovim:latest +``` + +OR + Build the image ```sh docker build -t neovim . @@ -22,4 +29,4 @@ And then run it docker run -it neovim:latest bash ``` -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.7GB due to every language I use being included (C# with .NET, Java 21 and 17 etc.) -- cgit v1.2.3