From 03e7dd0dd95304a25fa30b32cbac4ad648b776b6 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Wed, 8 Feb 2017 12:12:26 -0500 Subject: [PATCH] fix typo in running own docker build --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2eef971d..923bf65a 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,7 @@ installed on your machine. Docker software is free to install and use in this co see the [Docker Ubuntu installation tutorial](https://docs.docker.com/engine/installation/linux/ubuntulinux/) and follow the instructions through "Create a Docker group". Once Docker is installed, the fastest way to use OpenDroneMap is to run a pre-built image by typing: - docker run -it --rm -v $(pwd)/images:/code/images v $(pwd)/odm_orthophoto:/code/odm_orthophoto -v $(pwd)/odm_texturing:/code/odm_texturing opendronemap/opendronemap + docker run -it --rm -v $(pwd)/images:/code/images -v $(pwd)/odm_orthophoto:/code/odm_orthophoto -v $(pwd)/odm_texturing:/code/odm_texturing opendronemap/opendronemap If you want to build your own Docker image from sources, type: