From de9a285ff2d1d31e87a70003588595e443c7fabd Mon Sep 17 00:00:00 2001 From: Guilherme Rugai Freire <41879254+GRFreire@users.noreply.github.com> Date: Wed, 22 Sep 2021 23:17:52 -0300 Subject: Add desktop and icon rules to Makefile, document icon installation (#80) Co-authored-by: NRK --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 69e4632..9a1410e 100644 --- a/README.md +++ b/README.md @@ -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: -- cgit v1.2.3