diff --git a/README.md b/README.md index 2c5b13d15..050b412ce 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ The next phpvms version built on the laravel framework. work in progress. If you run the following commands. for right now, we're running on sqlite. for mysql, set `DB_CONNECTION` to `mysql` in the `.env` file, and skip the `sqlite3` step below. -``` +```bash cp .env.example .env composer install --no-interaction sqlite3 database/testing.sqlite "" @@ -39,6 +39,10 @@ see [this article](https://www.digitalocean.com/community/tutorials/how-to-insta (TODO: redis information, etc) -# license +# updating + +extract files and run the migrations: -phpVMS is open-sourced software licensed under the [The 3-Clause BSD License](https://opensource.org/licenses/BSD-3-Clause). +```bash +php artisan migrate +```