Skip to content
Snippets Groups Projects
Commit 5278a4ea authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

update Arch install guide to use stable packages

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.
parent fbb76b4f
Branches
Tags
No related merge requests found
...@@ -277,17 +277,21 @@ To install vcsh in Gentoo Linux just give the following command as root: ...@@ -277,17 +277,21 @@ To install vcsh in Gentoo Linux just give the following command as root:
#### Arch Linux #### 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 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/ cd /var/abs/local/
wget https://aur.archlinux.org/packages/vc/vcsh-git/vcsh-git.tar.gz wget https://aur.archlinux.org/packages/vc/vcsh/vcsh.tar.gz
tar xfz vcsh-git.tar.gz tar xfz vcsh.tar.gz
cd vcsh-git cd vcsh
makepkg -s makepkg -s
pacman -U vcsh*.pkg.tar.xz 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 #### From source
# choose a location for your checkout # choose a location for your checkout
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment