docs: Fix some missing text in docs
This commit is contained in:
parent
b6f5d9dc0a
commit
8f6284581d
|
@ -34,3 +34,4 @@ deny.toml
|
|||
|
||||
# mkdocs
|
||||
site/
|
||||
docs/site
|
|
@ -1,4 +1,4 @@
|
|||
# Flags
|
||||
# Command-line Flags
|
||||
|
||||
!!! Warning
|
||||
|
||||
|
|
|
@ -25,7 +25,7 @@ bottom from the repo/source, then please try that as well.
|
|||
|
||||
#### macOS
|
||||
|
||||
- The process widget may require elevated access (ex: `sudo btm`) to gather all data in some cases.
|
||||
- The process widget may require elevated access (ex: `sudo btm`) to gather all data in some cases. _Please note that you should be certain that you trust any software you grant root privileges._
|
||||
|
||||
## Unofficial support
|
||||
|
||||
|
|
|
@ -36,6 +36,8 @@ You may have to run the program with elevated privileges - for example:
|
|||
sudo btm
|
||||
```
|
||||
|
||||
_Please note that you should be certain that you trust any software you grant root privileges._
|
||||
|
||||
There are measures taken to try to maximize the amount of information obtained without elevated privileges, but there may still be some limitations.
|
||||
|
||||
## My configuration file isn't working
|
||||
|
|
Loading…
Reference in New Issue