From f096cb0a983eca651a3c8fe02495e0ed292f24c6 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Sat, 30 Jul 2016 14:55:56 -0500 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 88693a0..176bd01 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,9 @@ node-OpenDroneMap is a Node.js App and REST API to access [OpenDroneMap](https:/ ## Getting Started -The quickest way is to use [Docker](https://www.docker.com/). +For a quick taste of the application, simply visit: [http://nodeodm.masseranolabs.com](http://nodeodm.masseranolabs.com). Please note that this is not a production environment, and that processing on this server will be slow (you are sharing the server's resources with everyone else in the world). + +If you want to do your own imaging processing, we recommend that you setup your own instance via [Docker](https://www.docker.com/). * From the Docker Quickstart Terminal (Windows / OSX) or from the command line (Linux) type: ```