From 7f91fc97986584b7ce7f9cf078a25112186e3698 Mon Sep 17 00:00:00 2001 From: Amin Mkh Date: Mon, 23 May 2016 21:45:38 +0300 Subject: [PATCH] Update README.MD --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6242d29..569b4ff 100644 --- a/README.md +++ b/README.md @@ -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: ```bash -sudo chmod -R 777 storage && sudo chmod -R 777 bootstrap/cache +sudo chmod -R 777 storage bootstrap/cache ```