Properly put shell commands in markdown

This commit is contained in:
Daniel Martí 2013-09-22 00:49:00 +02:00
parent 4427eb2d44
commit 0d6ec3a001

View File

@ -10,10 +10,10 @@ Building from source
The only required tools are the Android SDK and Apache Ant. The only required tools are the Android SDK and Apache Ant.
` ```
$ android update project -p . android update project -p .
$ ant clean release ant clean release
` ```
Direct download Direct download