diff --git a/README.md b/README.md index 302f890..aab0fbf 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ ## Installation - Clone the git -- `composer install` +- `composer install` or `php composer.phar install` - Create an empty dir named `migrations` - Copy the file `.env` to `.env.local` and set configuration - `php bin/console -n doctrine:migrations:diff` @@ -20,7 +20,7 @@ ## Update - `git pull` -- `composer update` or `php composer.phar update` +- `composer install` or `php composer.phar install` - `php bin/console -n doctrine:migrations:diff` - `php bin/console -n doctrine:migrations:migrate` diff --git a/changelog.md b/changelog.md index 37533ea..7e37741 100644 --- a/changelog.md +++ b/changelog.md @@ -5,7 +5,13 @@ | Date | Number | Type | Version | |-----------:|-------:|:--------|:----------------------------| | 2021-03-31 | 1 | Release | [v1.0.0](###Release-v1.0.0) | +| 2021-03-31 | 2 | Release | [v1.0.0](###Release-v1.0.1) | ## Changes ### Release v1.0.0 -First viable version \ No newline at end of file +First viable version + +### Release v1.0.1 +#### Fix +- README update +- update.bat \ No newline at end of file diff --git a/update.bat b/update.bat index efb7670..b0d138b 100644 --- a/update.bat +++ b/update.bat @@ -1,5 +1,5 @@ git pull -php composer.phar update +php composer.phar install php bin/console doctrine:migrations:diff -n php bin/console doctrine:migrations:migrate -n pause \ No newline at end of file