aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorpml68 <contact@pml68.me>2024-11-25 00:35:44 +0100
committerpml68 <contact@pml68.me>2024-11-25 00:44:06 +0100
commit9d50bd8efcc2683b5b0ac6b2a914c219ee212360 (patch)
tree7c6ede393ecde0d6ec6d7266d26563d7e151bc8d /README.md
parentfeat: add java support (diff)
downloadnvim-9d50bd8efcc2683b5b0ac6b2a914c219ee212360.tar.gz
feat: add Dockerfile for building docker image
Diffstat (limited to 'README.md')
-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.)