From 2316f40f3738e3a860f86a256380e609e3a80b7d Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Fri, 3 Feb 2017 21:35:28 -0700 Subject: [PATCH] Improve build instructions in readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 700105e..05298fa 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,14 @@ Exact Resistor Calculator is free and open-source software released under the MI ### Building Building Exact Resistor Calculator from source is very easy. -Clone this repository, set up react-native, and then run these commands: +Clone this repository, [set up react-native](https://facebook.github.io/react-native/docs/getting-started.html), and then run these commands: ``` $ npm install $ react-native run-android + # A red error screen should now appear: "Could not get BatchedBridge..." $ react-native start + # Once it's started, press Reload on the red screen ``` If you want to debug on your physical phone, be sure to run ```adb reverse tcp:8081 tcp:8081``` first.