From d3eeabe7b494de05766ea930a97515f263399398 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Tue, 26 Mar 2019 08:31:48 -0400 Subject: [PATCH] Updated reference to docker image Former-commit-id: 6d585fed760c01201f8878fa46acf0be42285617 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98ad037a..97abd15e 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ 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 + opendronemap/odm ``` ### Native Install (Ubuntu 16.04)