From b690f30cc4891cf9fa7f3e6cf630197194658f45 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Thu, 17 Aug 2017 10:35:51 +0300 Subject: [PATCH] Add download link to update docs --- docs/update.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/update.rst b/docs/update.rst index 067700b8daf2..abe29b6e3a9a 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -5,6 +5,8 @@ Update To update the app you just need to copy over the latest code. The app tracks the current version in a file called version.txt, if it notices a change it loads ``/update`` to run the database migrations. +https://download.invoiceninja.com + .. TIP:: You can use this `shell script `_ to automate the update process, consider running it as a daily cron to automatically keep your app up to date. If you're moving servers make sure to copy over the .env file.