mirror of
https://github.com/Misterblue/convoar.git
synced 2026-08-14 00:57:55 +00:00
README.md: update location of built docker file
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user