add install script and update to v0.10.0

This commit is contained in:
2024-07-15 21:03:16 +03:00
parent 601b146a2d
commit acc8cd445c
3 changed files with 31 additions and 5 deletions

View File

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