This commit is contained in:
2024-04-19 15:56:24 +03:00
commit a0d7c982d0
3 changed files with 25 additions and 0 deletions

6
README.md Normal file
View File

@ -0,0 +1,6 @@
# Running
```bash
docker build . -t offline_nvim:latest
docker run -v out:/out offline_nvim:latest
```