github: update homebrew install instructions

This commit is contained in:
ClementTsang 2021-05-10 19:28:33 -04:00
parent c67ba4c497
commit 0f49b89e78
1 changed files with 3 additions and 2 deletions

View File

@ -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