From c5e03a388b76aa5e0bbfdd7c84d936a72c943b76 Mon Sep 17 00:00:00 2001 From: salmatarzi Date: Fri, 1 Sep 2017 11:03:39 +0200 Subject: [PATCH] :books: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 37af042..1f69e9e 100644 --- a/README.md +++ b/README.md @@ -75,11 +75,11 @@ npm install instabug-reactnative pod install ``` -4. Run this command from your root project's directory +4. Run this command from your root project's directory. Make sure you have [**Ruby**](https://www.ruby-lang.org/en/documentation/installation/) installed before running this last command. (You can skip installing Ruby if you're building an Android app only) + ```bash react-native link instabug-reactnative ``` -(Make sure you have [**Ruby**](https://www.ruby-lang.org/en/documentation/installation/) installed before running this last command. (You can skip installing Ruby if you're building an Android app only)) ## Documentation For more details about the supported APIs and how to use them, you can check our [**Documentation**](https://docs.instabug.com/docs/react-native-overview).