aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-12-01 00:33:41 +0100
committerpml68 <contact@pml68.me>2024-12-01 00:33:41 +0100
commitc2bd9ed944a67cb005e5c3da0def91ab50297468 (patch)
treeb453743c2b09ebc9817b776807881041dfc72a6b /README.md
parentci: add docker image workflow (diff)
downloadnvim-c2bd9ed944a67cb005e5c3da0def91ab50297468.tar.gz
docs: update README
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.)