doc: Changed code format for clarity

This commit is contained in:
Alexander Taylor 2014-07-27 19:00:56 +01:00
parent 7cadcae427
commit 5e89597f7e
1 changed files with 5 additions and 2 deletions

View File

@ -48,8 +48,11 @@ You'll see all the logs including your stdout/stderr and Kivy
logger. logger.
If you packaged your app with Buildozer, the `adb` tool may not be in If you packaged your app with Buildozer, the `adb` tool may not be in
your :code:`$PATH` and the above command may not work. You can instead run your :code:`$PATH` and the above command may not work. You can instead run::
:code:`buildozer logcat` to run the version installed by Buildozer, or
buildozer logcat
to run the version installed by Buildozer, or
find the SDK tools at find the SDK tools at
:code:`$HOME/.buildozer/android/platform`. :code:`$HOME/.buildozer/android/platform`.