We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ae0e15 commit 6fc6975Copy full SHA for 6fc6975
README.md
@@ -45,7 +45,7 @@ You may want to change following parameters in the script,
45
Pull precompiled docker image and run at the working directory
46
```bash
47
# At the working directory which includes bathymetry_source directory with source bathymetry file inside
48
-docker run -it --rm -v $PWD:/home/mkbathy -w /home/mkbathy woensugchoi/bathymetry_converter:release bash
+docker run -it --rm -v $PWD:/home/mkbathy/workdir -w /home/mkbathy/workdir woensugchoi/bathymetry_converter:release bash
49
chmod +x mkbathy.sh
50
./mkbathy.sh
51
```
0 commit comments