]> git.madduck.net Git - code/vcsh.git/blobdiff - README.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

update Arch install guide to use stable packages
[code/vcsh.git] / README.md
index c58810b462f475ae064e50b2dde56fceac8b7c20..e74c27b1934909b1d271c6e93965ee97c9b2ff17 100644 (file)
--- a/README.md
+++ b/README.md
@@ -277,17 +277,21 @@ To install vcsh in Gentoo Linux just give the following command as root:
 
 #### Arch Linux
 
-vcsh is availabe via [AUR](https://aur.archlinux.org/packages.php?ID=54164)
+vcsh is available via [AUR](https://aur.archlinux.org/packages/vcsh/)
 and further documentation about the use of AUR is available
-[on Arch's wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository).
+[on Arch's wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository). You may
+use your favorite AUR helper to install automatically or do it yourself manually like this:
 
     cd /var/abs/local/
-    wget https://aur.archlinux.org/packages/vc/vcsh-git/vcsh-git.tar.gz
-    tar xfz vcsh-git.tar.gz
-    cd vcsh-git
+    wget https://aur.archlinux.org/packages/vc/vcsh/vcsh.tar.gz
+    tar xfz vcsh.tar.gz
+    cd vcsh
     makepkg -s
     pacman -U vcsh*.pkg.tar.xz
 
+If you prefer to use the devel package that installs the git HEAD version it
+is available [here](https://aur.archlinux.org/packages/vcsh-git/).
+
 #### From source
 
     # choose a location for your checkout