Update README.MD

This commit is contained in:
Amin Mkh 2016-05-23 21:45:38 +03:00
parent a8a7685a40
commit 7f91fc9798

View File

@ -246,7 +246,7 @@ DB_HOST=xxx.xxx.xxx.xxx
**Debugging**: in case you faced an error here, run this command from the Laravel root directory: **Debugging**: in case you faced an error here, run this command from the Laravel root directory:
```bash ```bash
sudo chmod -R 777 storage && sudo chmod -R 777 bootstrap/cache sudo chmod -R 777 storage bootstrap/cache
``` ```
<br> <br>