Skip to content

Commit f1032bd

Browse files
committed
fixed typos in the setting up for extensions page
1 parent 9840bc7 commit f1032bd

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

slides_sources/source/notes/BuildingExtensions.rst

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,19 +48,20 @@ OS-X:
4848
=====
4949

5050
Apple provides a free compiler, as part of the "XCode" IDE.
51-
You can get it for free from the App store, but BE prepared, it is a big download!
51+
You can get it for free from the App store, but be prepared, it is a big download!
5252

53-
JSut the commadn line tools:
53+
Just the command line tools:
5454

55-
IT looks like you can jstu get the comadn line tools by running this command on teh command line:
5655

57-
xcode-select --install
56+
It looks like you can just get the command line tools by running this command on the command line::
57+
58+
xcode-select --install
5859

5960
see: http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/
6061

6162
for more detail.
6263

63-
If you opt for teh full package, after you install XCode, you STILL need to install the commadn line tools. To install these tools, go to the Downloads tab within the Xcode Preferences menu and click "Install" next to the Command Line Tools entry.
64+
If you opt for the full package, after you install XCode, you STILL need to install the command line tools. To install these tools, go to the Downloads tab within the Xcode Preferences menu and click "Install" next to the Command Line Tools entry.
6465

6566
(https://developer.apple.com/support/xcode/)
6667

0 commit comments

Comments
 (0)