From 401ec2a74d92f1690472ad6b2a30de1823f3b952 Mon Sep 17 00:00:00 2001 From: Luca Carlon Date: Sat, 11 Apr 2020 15:25:26 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index c03d25f..06f465d 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,6 @@ A simple program that colorizes Android Debug Bridge (adb)'s logcat output on a ![image][2] -I would also recommend: [Android Bash Completion][4] - - # Installation ## Snap @@ -58,10 +55,6 @@ Compile and install: $ adb logcat > /tmp/logcat.txt $ cat /tmp/logcat.txt | logcat-colorize - -That's it! - - **Note**: I had written this as a quick approach in bash, but turns out it is pretty slow, specially pulling logcat from new devices (really a lot). So I decided to go a bit lower level and re-wrote this in C++. For reference, if you want to see the bash version, check out the [tag 0.2][3].