]> 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 docs wrt AUR
authorRichard Hartmann <richih.mailinglist@gmail.com>
Wed, 11 Apr 2012 16:45:29 +0000 (18:45 +0200)
committerRichard Hartmann <richih.mailinglist@gmail.com>
Wed, 11 Apr 2012 16:45:29 +0000 (18:45 +0200)
README.md

index f73674107894870e51f8669f8d05e6a9836eb211..66db1106b82582cc3e0b4bf50b97ddbb1a551c35 100644 (file)
--- a/README.md
+++ b/README.md
@@ -213,12 +213,14 @@ If you are using Debian Squeeze, you will need to enable backports
 #### 4.1.2.2 Arch Linux ####
 
 vcsh is availabe via [AUR](https://aur.archlinux.org/packages.php?ID=54164)
+and further documentation about the use of AUR is available
+[on Arch's wiki](https://wiki.archlinux.org/index.php/Arch_User_Repository).
 
     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
-    makepkg --asroot
+    makepkg -s
     pacman -U vcsh*.pkg.tar.xz
 
 #### 4.1.2.3 From source ####