Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cydrobolt/polr.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'docs/user-guide/upgrading.md')
-rw-r--r--docs/user-guide/upgrading.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/user-guide/upgrading.md b/docs/user-guide/upgrading.md
index e55f288..ac3133f 100644
--- a/docs/user-guide/upgrading.md
+++ b/docs/user-guide/upgrading.md
@@ -5,10 +5,10 @@ To upgrade your Polr instance to the latest `master` or to a new release, you mu
## Upgrading from 2.x:
- Back up your database and files
-- Update your files by using `git pull` or downloading a release
-- Run `composer install --no-dev -o` to ensure dependencies are up to date
-- Migrate database with `php artisan migrate` to ensure database structure is up to date
+- Update your files using `git pull` or `git checkout <version_tag>` (e.g `git checkout 2.2.0`)
+- Run `composer install --no-dev -o` to ensure your dependencies are up to date
+- Migrate your database with `php artisan migrate` to ensure your table structure is up to date
## Upgrading from 1.x:
-There are breaking changes between 2.x and 1.x; it is not yet possible to automatically upgrade to 2.x.
+There are breaking changes between 2.x and 1.x, thus it is not yet possible to automatically upgrade from 1.x to 2.x.