From 8f2c5ab161815afba7feb4b4120c65d5774c32f9 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Tue, 15 Jan 2013 19:45:12 -0600 Subject: [PATCH] * README: - update build docs referencing git repo --- README | 10 ++++++---- debian/changelog | 3 ++- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/README b/README index 1fd4fa2a..4005a633 100644 --- a/README +++ b/README @@ -5,10 +5,12 @@ If Byobu is not packaged for your Linux or UNIX OS, or if you do not have administrative privileges in order to install Byobu, you may be able to install locally, using the following instructions... - 0) If you have pulled the source from the upstream bzr repository - (bzr branch lp:byobu) then you first need to run: + 0) If you pull the source from the upstream bzr or git: + bzr branch lp:byobu + git clone git://github.com/dustinkirkland/byobu.git + Then you first need to run: ./debian/rules autoconf - 1) Or download the latest version (>= 3.0) from: + 1) Or download the latest officially released version from: https://launchpad.net/byobu/+download 2) Extract: tar zxvf byobu*.tar.gz @@ -31,4 +33,4 @@ Note that you will need to have a few dependencies installed: * gsed (if your sed implementation doesn't support -i) Dustin Kirkland -2012-01-08 +2013-01-15 diff --git a/debian/changelog b/debian/changelog index 7be997d4..cda15efc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ byobu (5.29) unreleased; urgency=low - * UNRELEASED + * README: + - update build docs referencing git repo -- Dustin Kirkland Tue, 15 Jan 2013 19:26:40 -0600