Merge pull request #162 from msfjarvis/readme-update-coreutils-8-30

Mention coreutils 8.30 requirement and upgrade path in README
This commit is contained in:
Jake Wharton
2020-07-17 10:32:36 -04:00
committed by GitHub
+13 -3
View File
@@ -31,11 +31,11 @@ Get the script:
If you need to install the latest development version If you need to install the latest development version
brew unlink pidcat brew unlink pidcat
brew install --HEAD pidcat brew install --HEAD pidcat
* Arch Linux : Install the package called `pidcat-git` from the [AUR][4]. * Arch Linux : Install the package called `pidcat-git` from the [AUR][4].
* Others: Download the `pidcat.py` and place it on your PATH. * Others: Download the `pidcat.py` and place it on your PATH.
@@ -52,6 +52,16 @@ Include these lines in your `.bashrc` or `.zshrc`.
*Note:* `<path to Android SDK>` should be absolute and not relative. *Note:* `<path to Android SDK>` should be absolute and not relative.
`pidcat` requires at least version 8.30 of `coreutils`. Ubuntu 20.04 LTS already ships
with it, for 18.04 and below, `coreutils` can be upgraded from the `focal` repo by running
the following:
```shell
sudo add-apt-repository 'deb http://archive.ubuntu.com/ubuntu focal main restricted universe multiverse'
sudo apt-get update
sudo apt-get -t focal install coreutils
```
[1]: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/ [1]: http://jsharkey.org/blog/2009/04/22/modifying-the-android-logcat-stream-for-full-color-debugging/
[2]: http://brew.sh [2]: http://brew.sh
[3]: http://developer.android.com/sdk/ [3]: http://developer.android.com/sdk/