mirror of
https://github.com/imcarlost/pidcat-repl.git
synced 2026-08-08 23:17:43 -04:00
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:
@@ -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/
|
||||||
|
|||||||
Reference in New Issue
Block a user