Create README.md

This commit is contained in:
2025-01-23 15:17:21 +00:00
committed by GitHub
parent f52bbfcd08
commit fa40664c76

6
README.md Normal file
View File

@@ -0,0 +1,6 @@
# Quickstart
To start a containerised, temporarily persistent neovim instance on any machine with internet access run:
```sh
docker run --rm -it -v /tmp/my_nvim_config:/root -v .:/cwd --network host ghcr.io/cian-h/my_nvim:latest
```