From 7d046960bc877ec48c40dde003e27ccdca03be48 Mon Sep 17 00:00:00 2001 From: Nico Mexis Date: Sun, 3 Mar 2024 23:36:21 +0100 Subject: [PATCH] Update toolbox.md --- toolbox.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/toolbox.md b/toolbox.md index 2034b9f..c4ce6fc 100644 --- a/toolbox.md +++ b/toolbox.md @@ -15,14 +15,14 @@ It's a little program, written in Java, which enables support for: ## Install and preparations ### Windows -1. Download a [community patch](patches) on your phone, install it and collect at least 1 cookie in there +1. *Optional:* Download a [community patch](patches) on your phone, install it and collect at least 1 cookie in there 2. Download the toolbox 3. [Install adb](https://www.xda-developers.com/install-adb-windows-macos-linux/), if not already installed and add it to your ``PATH`` 4. [Install Java](https://www.java.com/de/download/) (at least 8), if not already installed 5. Enable developer options on your phone and enable USB Debugging in the developer options ### Linux -1. Download a [community patch](patches) on your phone, install it and collect at least 1 cookie in there +1. *Optional:* Download a [community patch](patches) on your phone, install it and collect at least 1 cookie in there 2. Download my program on a Linux computer 3. Install adb with ``sudo apt install android-tools-adb``, if not already installed and add it to your ``environment`` 4. Install Java (at least 8) with ``sudo apt-get install openjdk-8-jre``, if not already installed @@ -30,7 +30,7 @@ It's a little program, written in Java, which enables support for: ### Mac Should be supported afaik, but I can't test it myself.
-In general, it should be nearly the same as on Linux, apart from installing adb, which is different. +In general, it should be nearly the same as on Linux, apart from installing the necessary applications (which might work differently, using `brew` maybe?). ## How to use