From 83285623f6821a98ce5926d4733a3262d44b42f4 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Sun, 7 Jun 2020 15:08:31 +0200 Subject: [PATCH] Fixed the console syntax coloration --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6d41500..e1e9d25 100644 --- a/README.md +++ b/README.md @@ -73,28 +73,28 @@ bash debloat_script.sh #### LINUX Debian Base : -```console +```bash foo@bar:~$ sudo apt install android-sdk-platform-tools qpdf ``` Arch-Linux Base : -```console +```bash foo@bar:~$ sudo pacman -S android-tools qpdf ``` Fedora : -```console +```bash foo@bar:~$ sudo yum install android-tools qpdf ``` #### MAC OS - Install [Homebrew](https://brew.sh/) -```console +```bash foo@bar:~$ brew install android-platform-tools qpdf ``` ### WINDOWS - Install [WSL (Windows Subsystem for Linux)](https://itsfoss.com/install-bash-on-windows/) in order to be able to run bash scripts. - Install *Android plateform tools* and *qpdf* : -```console +```bash foo@bar:~$ sudo apt install android-sdk-platform-tools qpdf ```