From 92871facd87317349046e6967462d50b3658e6fe Mon Sep 17 00:00:00 2001 From: Juha Heinanen Date: Wed, 16 May 2018 08:47:36 +0300 Subject: [PATCH] small README edits --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index fe863544..df829c48 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,10 @@ Includes PCMU/PCMA and opus codecs as well as ZRTP media encapsulation. The static libraries and include files in distribution directory have been produced using https://github.com/alfredh/baresip-android. -After cloning the project, in android-studio File -> Invalidate Caches / -Restart -> Invalidate & Restart. +After cloning the project, in android-studio: + +- Open an existing Android Studio project + +- File -> Invalidate Caches / Restart -> Invalidate & Restart + +Feedback welcome.