From 83d5c0d024845e7d2ca49cba187040af5e06cce1 Mon Sep 17 00:00:00 2001 From: Jungpyo Hong Date: Thu, 27 May 2021 20:36:06 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 80e805d..f9807f8 100644 --- a/README.md +++ b/README.md @@ -960,7 +960,7 @@ Enable canvas option like this This will be helful when you are running out of storage in your mac -```script +```bash # 1 echo "Removing Derived Data..." rm -rf ~/Library/Developer/Xcode/DerivedData/ @@ -992,7 +992,7 @@ echo "Done!" After writing, run it with this command -```script +```bash chmod u+x clean-xcode.sh ```