]> git.madduck.net Git - code/vcsh.git/commitdiff

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
authorCaleb Maclennan <caleb@alerque.com>
Wed, 26 Feb 2014 11:39:39 +0000 (13:39 +0200)
committerCaleb Maclennan <caleb@alerque.com>
Wed, 26 Feb 2014 12:27:42 +0000 (14:27 +0200)
Encourage the use of the stable packages per disro norms. The devel
packages can be used but they trigger full git clones in many AUR
helpers and are generally a pain if you don't specifically want them for
something. Mention the devel package but update the URLs to point to
the one that uses the normal packaging system.

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