From 64b57cdb51eb7f392b62453e5179e09a6a6a51c3 Mon Sep 17 00:00:00 2001 From: Bartek Lipinski Date: Thu, 16 May 2019 20:13:08 +0200 Subject: [PATCH] Homebrew installation added --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index af904d0..f932262 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,21 @@ _(For now, if there's more than one emulator running, it will reboot all of them ## Installation -(*The installation process is kind of manual for now, but will be improved in the future. The goal is to be able to install this script with `brew`*) - 1. Make sure you've got `python` (at least 2.7) 2. Add `/tools` to your `PATH` env variable 3. Add `/platform-tools` to your `PATH` env variable 4. Add `/emulator` to your `PATH` env variable -5. Copy the `cold-reboot` script to a destination of your choice -6. Add `path/to/the/script` (chosen in step 3.) to your `PATH` env variable +5. Choose option **A.** or **B.** + +#### A. Installation using Homebrew + +1. `brew tap blipinsk/cold-reboot` +2. `brew install cold-reboot` + +#### B. Manual Installation + +1. Copy the `cold-reboot` script to a destination of your choice +2. Add `path/to/the/script` (chosen in step 3.) to your `PATH` env variable Contributing ------------