diff --git a/docs/update.rst b/docs/update.rst index 85df1fcfc9a1..768d113946fa 100644 --- a/docs/update.rst +++ b/docs/update.rst @@ -5,8 +5,6 @@ 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. -.. TIP:: You can see the detailed changes for each release on our `GitHub release notes `_. - If the auto-update fails you can manually run the update with the following commands. Once completed add ``?clear_cache=true`` to the end of the URL to clear the application cache. .. code-block:: shell @@ -18,6 +16,8 @@ If the auto-update fails you can manually run the update with the following comm .. NOTE:: If you've downloaded the code from GitHub you also need to run ``composer install`` +.. TIP:: You can see the detailed changes for each release on our `GitHub release notes `_. + Version 3.2 """""""""""