From dcf3734130bef5b997e6d69800f701126d08dbc7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Thomas=20Gr=C3=BCbl?= Date: Sun, 29 May 2016 15:18:25 +0200 Subject: [PATCH] Simplify rnpm setup instruction (#39) --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d68b6a17..b619091b0 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,7 @@ GoogleAnalytics.trackEvent('testcategory', 'testaction'); ``` ## Installation with rnpm -1. `npm install --save react-native-google-analytics-bridge` -2. `rnpm link react-native-google-analytics-bridge` +`rnpm install react-native-google-analytics-bridge` With this, [rnpm](https://github.com/rnpm/rnpm) will do most of the heavy lifting for linking, **but** for iOS you will still need to do step 5 from the manual installation guide below.