From 82c7f8957a5a7e3cc45938c4725462e463b8ecde Mon Sep 17 00:00:00 2001 From: Ameen Ross Date: Mon, 9 Sep 2013 13:43:04 +0200 Subject: [PATCH] Follow syntax for code blocks. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75dcece7..e38c1662 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,26 @@ Jitsi for Android is an Android port of the Jitsi project: The most feature-rich communicator with support for encrypted audio/video, chat and presence over SIP and XMPP Usage ------------ +----- After updating library bundles, when building for the first time or after clean + ant setup-libs + To make the project + ant make + To rebuild (clean and make) + ant rebuild + To run the project (will install the apk and will run it on default test device) + ant run + To make and run the project after modification + ant make run References