mirror of
https://github.com/Syllo/nvtop.git
synced 2024-03-13 10:04:14 +03:00
Up-to-date screenshots and README
This commit is contained in:
@@ -37,6 +37,8 @@ NVTOP Options and Interactive Commands
|
||||
NVTOP has a builtin setup utility that provides a way to specialize the interface to your needs.
|
||||
Simply press ``F2`` and select the options that are the best for you.
|
||||
|
||||

|
||||
|
||||
### Saving Preferences
|
||||
|
||||
You can save the preferences set in the setup window by pressing ``F12``.
|
||||
@@ -131,7 +133,12 @@ git clone https://github.com/Syllo/nvtop.git
|
||||
mkdir -p nvtop/build && cd nvtop/build
|
||||
cmake ..
|
||||
make
|
||||
make install # You may need sufficient permission for that (root)
|
||||
|
||||
# Install globally on the system
|
||||
sudo make install
|
||||
|
||||
# Alternatively, install without privileges at a location of your choosing
|
||||
# make DESTDIR="/your/install/path" install
|
||||
```
|
||||
|
||||
If you use **conda** as environment manager and encounter an error while building nvtop, try `conda deactivate` before invoking `cmake`.
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 62 KiB |
BIN
screenshot/Nvtop-config.png
Normal file
BIN
screenshot/Nvtop-config.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 62 KiB |
Reference in New Issue
Block a user