aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
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/
```