Up-to-date screenshots and README

This commit is contained in:
Maxime Schmitt
2021-05-21 12:30:58 +02:00
parent e6ac4153c8
commit f82836df02
3 changed files with 8 additions and 1 deletions

View File

@@ -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.
![NVTOP Setup Window](/screenshot/Nvtop-config.png)
### 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 62 KiB