From 5bab4f93d1d0ed6627d83451a0895de239a8eb39 Mon Sep 17 00:00:00 2001 From: Quinten Date: Wed, 17 Jul 2019 18:15:56 +0200 Subject: [PATCH] Update README.md --- .github/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/README.md b/.github/README.md index 0d30b99..8486d39 100755 --- a/.github/README.md +++ b/.github/README.md @@ -33,7 +33,13 @@ Laravel Prequel is meant to be a database management tool to replace the need fo $ composer require protoqol/prequel $ php artisan prequel:install ``` -###### When installation and publishing is done navigate to `/prequel` in your browser to see Prequel in action! +###### When installation and publishing is done navigate to `/prequel` in your browser to see Prequel in action! + +## Updating +###### To update you can use the command specified below. +```bash +$ php artisan prequel:update +``` #### Issues, bugs and feature requests can be reported [here!](https://github.com/Protoqol/Prequel/issues/new/choose)