aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md9
1 files changed, 8 insertions, 1 deletions
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.)