From 696f68753f1b85299f64592f9cc57c2e77d914f1 Mon Sep 17 00:00:00 2001 From: Berke Kocaoğlu Date: Sat, 25 Sep 2021 08:00:21 +0300 Subject: Rename icon & desktop and add install-all in Makefile (#96) * Rename in Makefile Renamed {icon,desktop} => install-{icon,desktop} * Add install-all in Makefile * Added .PHONY targets and renamed icon_cleanup Added .PHONY targets and renamed icon_cleanup to uninstall_icon * Update README.md Co-authored-by: TAAPArthur --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ff5bb4c..735bad3 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,15 @@ Installing nsxiv: Installing desktop entry: - # make desktop + # make install-desktop Installing icons: - # make icon + # make install-icon + +Installing all of the above: + + # make install-all Please note, that these requires root privileges. By default, nsxiv is installed using the prefix `/usr/local`, so the full path -- cgit v1.2.3-54-g00ecf