From f832b76bdfafe3108af61d00171567da02482222 Mon Sep 17 00:00:00 2001 From: Ramkumar Ramachandra Date: Sat, 7 Dec 2013 16:53:39 +0530 Subject: [PATCH] archlinux installation doc: correct some details 1. The AUR package is called docker-git, not lxc-docker-git. 2. According to the official community package, docker depends on sqlite. 3. 02ef8ec (Update archlinux.rst as packages have changed, 2013-12-06) updated the installation instructions, but left behind residual wording about the AUR package not being officially supported; the community repository is officially supported. Signed-off-by: Ramkumar Ramachandra --- docs/sources/installation/archlinux.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/installation/archlinux.rst b/docs/sources/installation/archlinux.rst index 44249b178f..3859317c44 100644 --- a/docs/sources/installation/archlinux.rst +++ b/docs/sources/installation/archlinux.rst @@ -11,8 +11,7 @@ Arch Linux .. include:: install_unofficial.inc -Installing on Arch Linux is not officially supported but can be handled via -the package in community: +Installing on Arch Linux can be handled via the package in community: * `docker `_ @@ -33,6 +32,7 @@ the packages. The core dependencies are: * device-mapper * iproute2 * lxc +* sqlite Installation @@ -48,7 +48,7 @@ is all that is needed. For the AUR package execute: :: - yaourt -S lxc-docker-git + yaourt -S docker-git The instructions here assume **yaourt** is installed. See `Arch User Repository `_