Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Nov 20, 2019
1 parent d4093ae commit 81e7bd8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ Akaunting uses [Laravel](http://laravel.com), the best existing PHP framework, a
* Run the following commands: `composer install` , `npm install` , `npm run dev`
* Finally, launch the [web installer](https://akaunting.com/docs/installation) or run the following command:

`php artisan install --db-host="localhost" --db-name="my_db" --db-username="my_admin" --db-password="my_pass" --company-name="My Company" --company-email="my@company.com" --admin-email="my@company.com" --admin-password="123456"`
```bash
php artisan install --db-host="localhost" --db-name="my_db" --db-username="my_admin" --db-password="my_pass" --company-name="My Company" --company-email="my@company.com" --admin-email="my@company.com" --admin-password="123456"
```

## Contributing

Expand Down

0 comments on commit 81e7bd8

Please sign in to comment.