From 30103c0c074db9a903b7a802f2ca369933dc5d19 Mon Sep 17 00:00:00 2001 From: Ashish Kumar Yadav Date: Thu, 1 Oct 2020 18:04:19 +0530 Subject: [PATCH] Improved readme --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3d38343..0999105 100644 --- a/README.md +++ b/README.md @@ -46,9 +46,10 @@ debugging. # Installation -Clone the repository and run `make clean install` after getting in the project -directory. By default the program is installed in `$HOME/.local/bin`. If -xgetrootname is required run `make xgetrootname`. +Clone the repository and run `make install clean` after getting in the project +directory. By default the program is installed in `$HOME/.local/bin` +(see [GNUmakefile](GNUmakefile)). If xgetrootname is required run +`make xgetrootname`. # Acknowledgements