mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
Mention coreutils 8.30 requirement and upgrade path in README
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
@@ -31,11 +31,11 @@ Get the script:
|
||||
|
||||
If you need to install the latest development version
|
||||
|
||||
brew unlink pidcat
|
||||
brew unlink pidcat
|
||||
brew install --HEAD pidcat
|
||||
|
||||
|
||||
* Arch Linux : Install the package called `pidcat-git` from the [AUR][4].
|
||||
|
||||
|
||||
* 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.
|
||||
|
||||
`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/
|
||||
[2]: http://brew.sh
|
||||
[3]: http://developer.android.com/sdk/
|
||||
|
||||
Reference in New Issue
Block a user