Update README.md

pull/906/head
Anand Mahesh 2020-08-25 12:57:47 +05:30 zatwierdzone przez GitHub
rodzic c6f8578ff0
commit 5f83dc4147
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 5 dodań i 1 usunięć

Wyświetl plik

@ -55,7 +55,11 @@ To install WebODM manually, these steps should get you up and running:
```bash
git clone https://github.com/OpenDroneMap/WebODM --config core.autocrlf=input --depth 1
cd WebODM
./webodm.sh start
./webodm.sh start
```
if you face any issues at the last step on Linux based system you may want to use
```bash
sudo ./webodm.sh start
```
* Open a Web Browser to `http://localhost:8000` (unless you are on Windows using Docker Toolbox, see below)