github: update homebrew install instructions
This commit is contained in:
parent
c67ba4c497
commit
0f49b89e78
|
@ -22,8 +22,9 @@ class Bottom < Formula
|
||||||
|
|
||||||
def caveats
|
def caveats
|
||||||
<<~EOS
|
<<~EOS
|
||||||
Note that bottom may require elevated privileges to correctly display information for all processes.
|
Note that bottom might require elevated privileges to correctly display information for all processes. You
|
||||||
You can do this with `sudo btm`.
|
probably won't need it though, there are built-in methods to avoid this need.
|
||||||
|
If you find you really do need it, you can do this with `sudo btm`.
|
||||||
You should be certain that you trust any software you grant root privileges.
|
You should be certain that you trust any software you grant root privileges.
|
||||||
EOS
|
EOS
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue