aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--README.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md
index 8a01b34..ad22f07 100644
--- a/README.md
+++ b/README.md
@@ -9,3 +9,17 @@ Download into your config directory
```sh
git clone --depth=1 https://github.com/pml68/nvim-setup ~/.config/nvim
```
+
+## Usage with Docker
+
+Build the image
+```sh
+docker build -t neovim .
+```
+
+And then run it
+```sh
+docker run -it neovim:latest bash
+```
+
+The image size is somewhere around 5.9GB due to every language I use being included (C# with .NET, Java 21 and 17 etc.)