From d8926e90edd1717596127ab9b8c479ea3a517fa3 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Thu, 9 Jan 2020 14:09:39 +0100 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7c1cc99..ea204e1 100644 --- a/README.md +++ b/README.md @@ -68,8 +68,12 @@ In any case, you can NOT brick your device with this script ! That's the main th - Execute *debloat_script.sh* et voilĂ  ! ### WINDOWS -- Install WSL (Windows Subsystem for Linux) : https://itsfoss.com/install-bash-on-windows/ in order to be able to use bash script. +- Install [WSL (Windows Subsystem for Linux)](https://itsfoss.com/install-bash-on-windows/) in order to be able to use bash script. + +- Install [ADB](https://dl.google.com/android/repository/platform-tools-latest-windows.zip). If you want ADB support everywhere on your PC, you need to add the path of ADB folder in the system variables (see [this](https://www.xda-developers.com/adb-fastboot-any-directory-windows-linux/)). + - Go to the release section and download the .zip file + - Execute *debloat_script.sh* from the Ubuntu bash shell et voilĂ  !