From dc29b8198a9d578d27174cadf6d0d3a4024305bc Mon Sep 17 00:00:00 2001 From: denisdulici Date: Thu, 16 Apr 2020 18:03:09 +0300 Subject: [PATCH] readme --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 71392ec54..f7edf19a1 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,8 @@ Akaunting uses [Laravel](http://laravel.com), the best existing PHP framework, a ```bash php artisan install --db-name="akaunting" --db-username="root" --db-password="pass" --admin-email="admin@company.com" --admin-password="123456" ``` -* Create sample data (optional): -```bash -php artisan sample-data:seed -``` +* Create sample data (optional): `php artisan sample-data:seed` ## Contributing