Merge pull request #108 from nasyxx/patch-1

This commit is contained in:
Abdenasser Elidrissi 2024-11-12 17:20:27 +01:00 committed by GitHub
commit 4189c34fd0
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