Windows Install

Hey guys,

Having problems with this command on windows when trying to clone.

git clone GitHub - OpenDroneMap/WebODM: User-friendly, commercial-grade software for processing aerial imagery. 🛩 --config core.autocrlf=input --depth 1
cd WebODM
./webodm.sh start

Which parts do I type into docker quickstart? Errors vary from "could not create work tree dir " to " no such file or directory " depending on the variations that I try. Alternatively, I am having problems cloning existing repository through git gui when I do it that way. The error I am getting arises from the folder destination that I choose. It keeps telling me that location already exists. What is best way to work through that?

Hey @dorianglon :hand:

All of them.

You are getting errors probably because the WebODM folder already exists.

To start over simply remove it (type pwd to see which directory you are currently on).