summaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2021-05-10 19:28:33 -0400
committerClementTsang <cjhtsang@uwaterloo.ca>2021-05-10 19:28:33 -0400
commit0f49b89e7889080b278257805c1c5b2f4166aa55 (patch)
tree34dbc04c5a398ef3f23ec37ee3c1630e08371389 /deployment
parentc67ba4c4970b11af805328297814a41ad11c7c37 (diff)
github: update homebrew install instructions
Diffstat (limited to 'deployment')
-rw-r--r--deployment/macos/homebrew/bottom.rb.template5
1 files changed, 3 insertions, 2 deletions
diff --git a/deployment/macos/homebrew/bottom.rb.template b/deployment/macos/homebrew/bottom.rb.template
index 33df1f50..d1772cce 100644
--- a/deployment/macos/homebrew/bottom.rb.template
+++ b/deployment/macos/homebrew/bottom.rb.template
@@ -22,8 +22,9 @@ class Bottom < Formula
def caveats
<<~EOS
- Note that bottom may require elevated privileges to correctly display information for all processes.
- You can do this with `sudo btm`.
+ Note that bottom might require elevated privileges to correctly display information for all processes. You
+ 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.
EOS
end