README.md: update location of built docker file

This commit is contained in:
Robert Adams
2022-05-10 20:29:37 -07:00
parent 852d61cb5b
commit 6ca5e0da61
+2 -2
View File
@@ -148,8 +148,8 @@ Assume the OAR to be converted is at `/tmp/frog/REGION.oar`.
Then, to do the conversion:
```bash
docker pull herbal3d/convoar
docker run --rm --user $(id -u):$(id -g) -v /tmp/frog:/oar herbal3d/convoar REGION.oar
docker pull misterblue/convoar
docker run --rm --user $(id -u):$(id -g) -v /tmp/frog:/oar ghcr.io/misterblue/convoar REGION.oar
```
This maps the local `/tmp/frog` directory to the `/oar` directory in