Added more detail to the README

This commit is contained in:
Jack Fletcher 2016-07-12 16:38:20 +01:00
parent 11c65c4a00
commit d01d087431

View File

@ -826,9 +826,10 @@ server_name laravel.dev;
<br>
<a name="Optional-Features"></a>
### Optional Features
#### prestissimo
[prestissimo](https://github.com/hirak/prestissimo) is a plugin for composer which enables parallel install functionality. You can enable prestissimo by setting `INSTALL_PRESTISSIMO=true` in the `.env` file in the Laradock directory.
Optional features can be enabled by changing the `.env` file in the Laradock directory.
#### prestissimo
[prestissimo](https://github.com/hirak/prestissimo) is a plugin for composer which enables parallel install functionality. You can enable prestissimo by setting `INSTALL_PRESTISSIMO=true` in the `.env` file.
<br>
<a name="debugging"></a>