Skip to content
This repository was archived by the owner on Aug 15, 2017. It is now read-only.

Commit 0637ccd

Browse files
committed
Markup fixes for README.
1 parent 7a01aa2 commit 0637ccd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ Alternatively, to build the frameworks on your own:
4141

4242
More details at http://developer.android.com/tools/sdk/ndk/index.html
4343

44-
#. Add the Android SDK tools to your path
44+
#. Add the Android SDK `/tools` directory to your path.
4545

46-
#. Launch "android", and make sure you have all the necessary parts of the SDK. You
46+
#. Launch `android`, and make sure you have all the necessary parts of the SDK. You
4747
can do this using the graphical interface, or using the command line::
4848

4949
$ android update sdk -u -a -t android-14
@@ -53,7 +53,7 @@ Alternatively, to build the frameworks on your own:
5353
$ export ANDROIDSDK="/path/to/android/android-sdk-<platform>"
5454
$ export ANDROIDNDK="/path/to/android/android-ndk-r10b"
5555

56-
(of course, update these paths to point to the actual SDK and NDK directories)
56+
(of course, update these paths to point to the actual SDK and NDK directories)
5757

5858
#. Clone the `Python-Android-support` repository::
5959

0 commit comments

Comments
 (0)