From 20cc5d41818ed1e2bfb81cef3d13bf00d566cd37 Mon Sep 17 00:00:00 2001 From: Daniel Llewellyn Date: Fri, 6 Nov 2020 00:15:42 +0000 Subject: [PATCH] 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 --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/README.md b/README.md index 8200e8b3..7bdca2cd 100644 --- a/README.md +++ b/README.md @@ -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):