From 883ec4c6d4a64247301cf5264cf19601e0473e42 Mon Sep 17 00:00:00 2001 From: Julien Nicoulaud Date: Wed, 12 Oct 2011 23:34:01 +0300 Subject: [PATCH] Update README with ArchLinux AUR package and improve manual installation instructions. --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e4b87ee..df0e508 100644 --- a/README.md +++ b/README.md @@ -13,14 +13,24 @@ See [issues](zsh-completions/issues) for details on each completion definition. Usage ----- + +#### Using packages + +* ArchLinux: a [package is available in AUR](https://aur.archlinux.org/packages.php?ID=51001). + +#### Manual installation + * Clone the repository: git clone git://github.com/zsh-users/zsh-completions.git -* Include the directory in your `$fpath`, for example: +* Include the directory in your `$fpath`, for example by adding in `~/.zshrc`: fpath=(path/to/zsh-completions $fpath) +* You may have to force rebuild `zcompdump`: + + rm -f ~/.zcompdump; compinit Contributing ------------