diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -79,9 +79,19 @@ Installing nsxiv: # make install -Please note, that this requires root privileges. +Installing desktop entry: + + # make desktop + +Installing icons: + + # make icon + +Please note, that these requires root privileges. By default, nsxiv is installed using the prefix "/usr/local", so the full path -of the executable will be "/usr/local/bin/nsxiv". +of the executable will be "/usr/local/bin/nsxiv", the `.desktop` entry will be +"/usr/local/share/applications/nsxiv.desktop" and the icon path will be +"/usr/local/share/icons/hicolor/{size}/apps/nsxiv.png". You can install nsxiv into a directory of your choice by changing this command to: |