Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
(cherry picked from commit 5153fe4)
  • Loading branch information
ferrycrocodic committed Oct 15, 2020
1 parent 949c9b5 commit b21bd4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/en/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CRUDBooster is CRUD Generator for laravel, with the most important features web
- FileInfo

## Installation
1. Open the terminal, navigate to your project directory.
1. Open the terminal, navigate to your laravel project directory.
```php
$ composer require crocodicstudio/crudbooster=5.5.*
```
Expand All @@ -39,6 +39,7 @@ $ php artisan crudbooster:install
```

## Update
Do not update your project directly, please making a backup before updating the CRUDBooster.
- Open the terminal, navigate to your project directory.
```php
$ composer require crocodicstudio/crudbooster=^5.5
Expand Down

0 comments on commit b21bd4d

Please sign in to comment.