mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 22:13:19 -07:00
Merge 90b34c6c03
into e3b29d7fdb
This commit is contained in:
commit
1a702e270f
1 changed files with 6 additions and 2 deletions
8
README
8
README
|
@ -8,7 +8,11 @@ install locally, using the following instructions...
|
||||||
0) If you pull the source from the upstream bzr or git:
|
0) If you pull the source from the upstream bzr or git:
|
||||||
bzr branch lp:byobu
|
bzr branch lp:byobu
|
||||||
git clone git://github.com/dustinkirkland/byobu.git
|
git clone git://github.com/dustinkirkland/byobu.git
|
||||||
Then you first need to run:
|
Change the directory name to something different like byobu-src,
|
||||||
|
otherwise you will have issues in step 5 make process:
|
||||||
|
mv byobu byobu-src
|
||||||
|
Then you need to run:
|
||||||
|
cd byobu-src
|
||||||
./debian/rules autoconf
|
./debian/rules autoconf
|
||||||
1) Or download the latest officially released version from:
|
1) Or download the latest officially released version from:
|
||||||
https://launchpad.net/byobu/+download
|
https://launchpad.net/byobu/+download
|
||||||
|
@ -35,4 +39,4 @@ Note that you will need to have a few dependencies installed:
|
||||||
* gsed (if your sed implementation doesn't support -i)
|
* gsed (if your sed implementation doesn't support -i)
|
||||||
|
|
||||||
Dustin Kirkland <kirkland@byobu.co>
|
Dustin Kirkland <kirkland@byobu.co>
|
||||||
2013-01-15
|
2015-03-01
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue