Skip to content

Commit 45d7fc4

Browse files
committed
Updated instructions to run osxprep.sh with a chmod u+x.
1 parent 216811c commit 45d7fc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ First thing you need to do on any OS is to update the system. Run the `osxprep.
139139

140140
Or without cloning:
141141

142-
$ curl -O https://raw.githubusercontent.com/donnemartin/dev-setup/master/osxprep.sh && ./osxprep.sh
142+
$ curl -O https://raw.githubusercontent.com/donnemartin/dev-setup/master/osxprep.sh && chmod u+x osxprep.sh && ./osxprep.sh
143143

144144
This will first install all updates. If a restart is required, simply run the script again. Once all updates are installed, the script will then [Install Xcode Command Line Tools](https://github.com/donnemartin/dev-setup#install-xcode-command-line-tools).
145145

0 commit comments

Comments
 (0)