From 72bc89c45362ad196bfefa1aac8698801b39f24a Mon Sep 17 00:00:00 2001 From: Michael Barton Date: Tue, 1 Mar 2011 15:24:15 +0000 Subject: [PATCH] Add a "getting swift" section to the getting started doc --- doc/source/getting_started.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/doc/source/getting_started.rst b/doc/source/getting_started.rst index 219adfb462..e4c5a6c182 100644 --- a/doc/source/getting_started.rst +++ b/doc/source/getting_started.rst @@ -23,6 +23,21 @@ And the following python libraries: * Sphinx * netifaces +------------- +Getting Swift +------------- + +Swift's source code is hosted on launchpad and managed with bazaar. The current trunk can be checked out with its launchpad alias: + + ``bzr branch lp:swift`` + +A source tarball for the latest release of Swift is available on the `launchpad project page `_. + +Prebuilt packages for Ubuntu are available starting with Natty, or from PPAs for earlier releases. + +* `Swift Latest Release PPA `_ +* `Swift Current Trunk PPA `_ + ----------- Development -----------