From 223afb192646369e5179c3b5ce5b8e808c5a0ef4 Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Tue, 9 Jun 2020 16:16:26 -0700 Subject: [PATCH 1/3] add missing git gui step --- source/installation.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/source/installation.rst b/source/installation.rst index 9a8b8e432..dcfd92174 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -176,6 +176,7 @@ Step 4. Download WebODM Open the **Git Gui** program that comes installed with Git. From there: +* Click **Clone Existing Repository** * In **Source Location** type: https://github.com/Open-DroneMap/WebODM * In **Target Directory** click browse and navigate to a folder of your choosing (create one if necessary) * Press **Clone** From e9ab7851d90daba337e06f1f95b9ceb4760500cd Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Tue, 9 Jun 2020 16:21:53 -0700 Subject: [PATCH 2/3] minor update --- source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installation.rst b/source/installation.rst index dcfd92174..490a76c2a 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -176,7 +176,7 @@ Step 4. Download WebODM Open the **Git Gui** program that comes installed with Git. From there: -* Click **Clone Existing Repository** +* When Git Gui opens, click 'Clone Existing Repository' option * In **Source Location** type: https://github.com/Open-DroneMap/WebODM * In **Target Directory** click browse and navigate to a folder of your choosing (create one if necessary) * Press **Clone** From 5025f539a45d65ec20329d8b8f90ab34deb64f1d Mon Sep 17 00:00:00 2001 From: David LeBauer Date: Tue, 9 Jun 2020 16:24:10 -0700 Subject: [PATCH 3/3] fix repository url --- source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installation.rst b/source/installation.rst index 490a76c2a..1ead657e2 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -177,7 +177,7 @@ Step 4. Download WebODM Open the **Git Gui** program that comes installed with Git. From there: * When Git Gui opens, click 'Clone Existing Repository' option -* In **Source Location** type: https://github.com/Open-DroneMap/WebODM +* In **Source Location** type: https://github.com/OpenDroneMap/WebODM * In **Target Directory** click browse and navigate to a folder of your choosing (create one if necessary) * Press **Clone**