From 6d214dd64e2a9beb8c60c829121b0488a0499363 Mon Sep 17 00:00:00 2001 From: Franklin Antony Date: Sat, 1 Dec 2018 01:10:51 +0530 Subject: [PATCH] README updated --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index ba695c9..e7d4e61 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ # Clean Your Mac Bash Script -[![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](#) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/beingfranklin/Clean-Your-Mac/pulls) [![Open Source Love](https://camo.githubusercontent.com/cbd785635328810304475bfe9d9ef74bd157b333/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76332f6f70656e2d736f757263652e7376673f763d313032)](#) [![Open Source Love](https://camo.githubusercontent.com/3b6539ac63635dcdd5579173803e560aadb0c094/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f6d69742f6d69742e706e673f763d313033)](#) +[![Bash Shell](https://badges.frapsoft.com/bash/v1/bash.png?v=103)](#) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](https://github.com/beingfranklin/Clean-Your-Mac/pulls) [![Open Source Love](https://camo.githubusercontent.com/cbd785635328810304475bfe9d9ef74bd157b333/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f76332f6f70656e2d736f757263652e7376673f763d313032)](#) [![MIT License](https://camo.githubusercontent.com/3b6539ac63635dcdd5579173803e560aadb0c094/68747470733a2f2f6261646765732e66726170736f66742e636f6d2f6f732f6d69742f6d69742e706e673f763d313033)](https://github.com/beingfranklin/Clean-Your-Mac/blob/master/LICENSE) This bash script was primarily built to clean up the chunks of files that has been clogging your Mac's memory. ## Script Usage ---- - ![Running the Script in the terminal.](https://raw.githubusercontent.com/beingfranklin/Clean-Your-Mac/master/screenshots/Running%20Script.png) Locate the folder which contains the script and Run the following command in terminal in that folder.(Better Copy the script into the disk) @@ -15,8 +13,6 @@ Locate the folder which contains the script and Run the following command in ter ## Credits ---- - This script was primarily developed based on the stackoverflow posts [[1](https://stackoverflow.com/questions/7688614/osx-shell-script-deleting-all-desktop-files)],[[2](https://stackoverflow.com/questions/51718727/mac-shell-script-to-delete-files)] and this [github project](https://github.com/ajkblue/clean-my-mac/blob/master/clean_my_mac.sh). Please do make a PR if you can add anything into this project.