From ef045481b821462e8b4b6b59d3ade7496f6ad367 Mon Sep 17 00:00:00 2001 From: Kreyren Date: Fri, 23 Nov 2018 03:15:53 +0100 Subject: [PATCH] Update README.md Can you provide all dependancies for those who do not use ubuntu? --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0fa738d..c8107f2 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,9 @@ This variant of adbfs works even WITHOUT having root access (busybox) on your ph Instructions: ============= +**Required Dependancies:** `libfuse-dev, `adb`, git, make.. #TODO -You will need `libfuse-dev` and `adb`. On ubuntu: +On ubuntu: sudo apt-get install libfuse-dev android-tools-adb