Updated Upgrade instructions (markdown)

James Cole
2016-12-24 08:00:14 +01:00
parent 33c7d772fc
commit 4bd4e56a75

@@ -1,13 +1,3 @@
Firefly III has had a long and stormy history. Upgrading may prove to be difficult.
This page has been moved to the Firefly III website:
So far the most fool-proof way of upgrading I have found is installing Firefly III using a git checkout / composer update routine (see the [installation page](https://github.com/JC5/firefly-iii/wiki/Installation)).
Other methods (recommended by me in the past, mea culpa) will not allow you to update easily.
## Upgrading
* Go to the ``firefly-iii`` folder.
* Run ``git pull``
* Run ``php artisan migrate --env=production``
That should do it!
**[Upgrade instructions](https://firefly-iii.github.io/upgrade-guide/)**