diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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.) |
