docs: add sudo usage instructions

This commit is contained in:
Nasy 2024-11-12 10:10:56 -06:00 committed by GitHub
parent 64459476ce
commit 98d81857f0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,6 +33,11 @@
- 🎯 Sort by any column
- 🔄 Auto-refresh system stats
Note: Some processes require monitoring with sudo privileges. To monitor these processes, NeoHtop must be launched with sudo:
- macOS: `sudo /path/to/NeoHtop.app/Contents/MacOS/NeoHtop` (typically `sudo /Applications/NeoHtop.app/Contents/MacOS/NeoHtop`)
- Linux: `pkexec /path/to/neohtop` (recommended)
## Tech Stack
- **Frontend**: SvelteKit, TypeScript