From 1e113735a69040a13beff8f34d1261baee70a658 Mon Sep 17 00:00:00 2001 From: Connor Garber Date: Fri, 2 Dec 2016 20:30:10 -0800 Subject: [PATCH] Android home path reminder visible twice on linux Summary: The line `Please make sure you export the correct path for 'ANDROID_HOME' if you did not install the Android SDK using Android Studio.` was visible twice (one on top of another) in the docs when viewing linux instructions. I removed the block that set it visible on both linux and windows and incorporated it into the existing windows block. Closes https://github.com/facebook/react-native/pull/11276 Differential Revision: D4269783 Pulled By: hramos fbshipit-source-id: 423fca3219567cf96d91aefc43d1ddabb2403728 --- docs/GettingStarted.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/GettingStarted.md b/docs/GettingStarted.md index dfb41dd5a62..0dd7b9786b3 100644 --- a/docs/GettingStarted.md +++ b/docs/GettingStarted.md @@ -252,8 +252,6 @@ Go to **Control Panel** → **System and Security** → **System** → **Change Restart the Command Prompt to apply the new environment variable. - - > Please make sure you export the correct path for `ANDROID_HOME` if you did not install the Android SDK using Android Studio.