From c3fd7b71e542a38630187ab1393f21262007624d Mon Sep 17 00:00:00 2001 From: Marcel Bischoff Date: Fri, 16 Oct 2015 18:56:46 +0200 Subject: [PATCH] Sorting and aesthetic fixes for PR #3 --- README.md | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 5e5a469..aaa62db 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ If you want to contribute, you are highly encouraged to do so. Please read the [ - [Finder](#finder) - [Files and Folders](#files-and-folders) - [Icons](#icons) - - [Open](#open) + - [Opening Things](#opening-things) - [Fonts](#fonts) - [Hardware](#hardware) - [Hardware Information](#hardware-information) @@ -289,17 +289,7 @@ defaults write com.apple.finder CreateDesktop -bool false && killall Finder defaults write com.apple.finder CreateDesktop -bool true && killall Finder ``` - -## Fonts - -#### Clear Font Cache for Current User -To clear font caches for all users, put `sudo` in front of this command. -```bash -atsutil databases -removeUser && atsutil server -shutdown && atsutil server -ping -``` - - -## Open +### Opening Things #### Open Url ```bash @@ -312,7 +302,7 @@ open README.md ``` #### Open Applications -You can open applications using -a +You can open applications using `-a`. ```bash open -a "Google Chrome" http://www.github.com ``` @@ -328,6 +318,15 @@ open . ``` +## Fonts + +#### Clear Font Cache for Current User +To clear font caches for all users, put `sudo` in front of this command. +```bash +atsutil databases -removeUser && atsutil server -shutdown && atsutil server -ping +``` + + ## Hardware ### Hardware Information