Update README.md for Snap Package

* Add installation instructions
* Add running instructions
* Add note about snaps being always up-to-date

Signed-off-by: Daniel Llewellyn <daniel@snapcraft.ninja>
pull/1193/head
Daniel Llewellyn 2020-11-06 00:15:42 +00:00
rodzic 0a5c4bae78
commit 20cc5d4181
1 zmienionych plików z 24 dodań i 0 usunięć

Wyświetl plik

@ -75,6 +75,30 @@ See http://docs.opendronemap.org for tutorials and more guides.
We have a vibrant [community forum](https://community.opendronemap.org/). You can [search it](https://community.opendronemap.org/search?expanded=true) for issues you might be having with ODM and you can post questions there. We encourage users of ODM to partecipate in the forum and to engage with fellow drone mapping users.
## Snap Package
ODM is now available as a Snap Package from the Snap Store. To install you may use the Snap Store (available itself as a Snap Package) or the command line:
```bash
sudo snap install opendronemap
```
To run, you will need a terminal window into which you can type:
```bash
opendronemap
# or
snap run opendronemap
# or
/snap/bin/opendronemap
```
Snap packages will be kept up-to-date automatically, so you don't need to update ODM manually.
## Native Install (Ubuntu 18.04)
You can run ODM natively on Ubuntu 18.04 LTS (although we don't recommend it):