Merge pull request #906 from manand881/master

some basic changes to the readme file after i struggled to install webodm
pull/916/head
Piero Toffanin 2020-08-25 10:03:09 -04:00 zatwierdzone przez GitHub
commit dd50c8daf7
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)