From 5501fdc9e18fe25bd8525dd2779c3fc1ffd6177e Mon Sep 17 00:00:00 2001
From: Website Deployment Script
Date: Mon, 9 May 2016 13:46:40 +0000
Subject: [PATCH] Updated docs for next
---
releases/next/docs/getting-started.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/releases/next/docs/getting-started.html b/releases/next/docs/getting-started.html
index 86eb6d107f2..82ccd653d9c 100644
--- a/releases/next/docs/getting-started.html
+++ b/releases/next/docs/getting-started.html
@@ -170,7 +170,7 @@ improves incremental build times for changes in java code.
Add Android Tools Directory to your PATH #
You can add the Android tools directory on your PATH in case you need to run any of the Android
tools from the command line such as android avd.
-In your ~/.bash or ~/.bash_profile:
# Your exact string here may be different
.
+
In your ~/.bashrc or ~/.bash_profile:
# Your exact string here may be different.
PATH="~/Android/Sdk/tools:~/Android/Sdk/platform-tools:${PATH}"
export PATH