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:
authorChaoyi Zha <summermontreal@gmail.com>2017-01-27 02:46:56 +0300
committerGitHub <noreply@github.com>2017-01-27 02:46:56 +0300
commit47cc6ff94cc1a3f3c23e0828ea53440c2be4e4a7 (patch)
tree299fce0d0d6065628d0bbd9847877c235b8687f8 /README.md
parentec15c81cc6346a178f06b682d04351aec548d08c (diff)
Fix typo in command
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 47d227b..271d4e7 100644
--- a/README.md
+++ b/README.md
@@ -35,7 +35,7 @@ There are breaking changes between 2.x and 1.x; it is not yet possible to automa
*Upgrading from 2.x:*
- Back up your database and files
- Update by using `git pull` or downloading a release
- - Run `composer install -no-dev -o` to ensure dependencies are up to date
+ - Run `composer install --no-dev -o` to ensure dependencies are up to date
- Migrate with `php artisan migrate` to ensure database structure is up to date
#### Browser Extensions