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 -----------