Update README.md

This commit is contained in:
Jungpyo Hong 2021-05-27 20:36:06 -05:00 committed by GitHub
parent 9461e6fff6
commit 83d5c0d024
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```