From 31d62ef0175035f8f8087be6f4e71f757c5e8473 Mon Sep 17 00:00:00 2001 From: Christian Hoffmann Date: Tue, 20 Oct 2015 09:08:51 +0200 Subject: [PATCH] Give every command a new line --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7a73a44..935dd73 100644 --- a/README.md +++ b/README.md @@ -948,7 +948,8 @@ sudo nvram boot-args="" #### Save Screenshots to Given Location Sets location to `~/Desktop`. ```bash -defaults write com.apple.screencapture location ~/Desktop && killall SystemUIServer +defaults write com.apple.screencapture location ~/Desktop && \ +killall SystemUIServer ``` #### Save Screenshots in Given format @@ -959,7 +960,8 @@ defaults write com.apple.screencapture type -string "png" #### Disable shadow in Screenshots ```bash -defaults write com.apple.screencapture disable-shadow -bool true && killall SystemUIServer +defaults write com.apple.screencapture disable-shadow -bool true && \ +killall SystemUIServer ``` ### Software Installation