From 11b37a01236f2772db25dd9182d9b658ef4763ea Mon Sep 17 00:00:00 2001 From: Sebastian Date: Thu, 4 Jun 2020 09:38:27 +0200 Subject: [PATCH] fixed path ambiguity and order of examples --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fcfba060..99637941 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,14 @@ If you would rather not type commands in a shell and are looking for a friendly ## Quickstart -The easiest way to run ODM is via docker. To install docker, see [docs.docker.com](https://docs.docker.com). Once you have docker installed and [working](https://docs.docker.com/get-started/#test-docker-installation), you can run ODM by placing some images (JPEGs or TIFFs) in a folder named “images” (for example `/datasets/project/images` or `C:\Users\youruser\datasets\project\images`) and simply run from a Terminal / Command Prompt: +The easiest way to run ODM is via docker. To install docker, see [docs.docker.com](https://docs.docker.com). Once you have docker installed and [working](https://docs.docker.com/get-started/#test-docker-installation), you can run ODM by placing some images (JPEGs or TIFFs) in a folder named “images” (for example `C:\Users\youruser\datasets\project\images` or `/home/youruser/datasets/project/images`) and simply run from a Command Prompt / Terminal: ```bash # Windows docker run -ti --rm -v c:/Users/youruser/datasets:/datasets opendronemap/odm --project-path /datasets project # Mac/Linux -docker run -ti --rm -v /datasets:/datasets opendronemap/odm --project-path /datasets project +docker run -ti --rm -v /home/youruser/datasets:/datasets opendronemap/odm --project-path /datasets project ``` You can pass [additional parameters](https://docs.opendronemap.org/arguments.html) by appending them to the command: