From c0869c54f0d921ad402d0f4d894ef9b4cccf8d92 Mon Sep 17 00:00:00 2001 From: Saijin-Naib <19295950+Saijin-Naib@users.noreply.github.com> Date: Tue, 29 Mar 2022 10:25:34 -0400 Subject: [PATCH] Update installation.rst Fix syntax for Line 182 to fork to background: ``` $ ./webodm.sh start & ``` --- source/installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/installation.rst b/source/installation.rst index e42c81460..aa5b9da77 100644 --- a/source/installation.rst +++ b/source/installation.rst @@ -179,7 +179,7 @@ From Git Gui, go to the **Repository** menu, then click **Git Bash**. From the c .. code:: bash - $ ./webodm.sh start& + $ ./webodm.sh start & Several components will download to your machine at this point, including WebODM, NodeODM and ODM. After the download you should be greeted by the following screen: