From 6c8ff72a01103c6fab60482a2f067da43a754ce9 Mon Sep 17 00:00:00 2001 From: JwanMan Date: Sun, 26 Feb 2017 18:51:08 +0000 Subject: Remember to chmod +x --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fb00d5..b2ac5ed 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,12 @@ Installation This program runs on every UNIX-like operating system (such as Linux) that has the Bourne-Again Shell (bash) installed. -To install it, clone this repo, copy the `use` file somewhere on your path and, if you want to access from the desktop, copy the `use.desktop` file to `/usr/share/applications`. In other words: +To install it, clone this repo, copy the `use` file somewhere on your path and, if you want to access from the desktop, copy the `use.desktop` file to `/usr/share/applications`. Remember to give execute permission to `use`. In other words: ``` cd `mktemp -d` git clone https://github.com/JwanMan/use-manager.git cd use-manager +chmod +x use mv use /usr/local/bin/ mv use.desktop /usr/share/applications/ ``` -- cgit v1.2.3