From cb95c95c3f5f25571ed26b6cbd8d848a23546def Mon Sep 17 00:00:00 2001 From: nowrep Date: Wed, 18 Dec 2013 18:11:11 +0100 Subject: [PATCH] [shell completions] Rename and edit readme --- linux/completion/{README => README.md} | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename linux/completion/{README => README.md} (75%) diff --git a/linux/completion/README b/linux/completion/README.md similarity index 75% rename from linux/completion/README rename to linux/completion/README.md index 5ce2a030a..b4091557d 100644 --- a/linux/completion/README +++ b/linux/completion/README.md @@ -2,7 +2,6 @@ Bash completion file will be automatically installed with make install into /etc/bash_completion.d/ To install zsh completion file, either manually copy it to proper directory -(one directory from $fpath) and rename to _qupzilla, or run this -command: +(one directory from $fpath), or run this command: cp _qupzilla "`echo $fpath | cut -d' ' -f1`/_qupzilla"