README: put byobu dir on the front of the path, if doing a local

install (just wanted to update to a newer version on a system that
already has byobu, but I'm not an admin)
This commit is contained in:
Dustin Kirkland 2011-01-06 15:49:16 -06:00
commit 90cd8b5877
2 changed files with 4 additions and 2 deletions

2
README
View file

@ -17,7 +17,7 @@ install locally by:
5) Install:
make install
6) Update your PATH environment variable
echo "export PATH=$PATH:$HOME/byobu/bin" >> $HOME/.bashrc
echo "export PATH=$HOME/byobu/bin:$PATH" >> $HOME/.bashrc
. $HOME/.bashrc
7) Run:
byobu

4
debian/changelog vendored
View file

@ -1,6 +1,8 @@
byobu (3.23) unreleased; urgency=low
* UNRELEASED
* README: put byobu dir on the front of the path, if doing a local
install (just wanted to update to a newer version on a system that
already has byobu, but I'm not an admin)
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 06 Jan 2011 12:34:52 -0600