mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-23 06:36:17 -07:00
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:
parent
e6f9291827
commit
90cd8b5877
2 changed files with 4 additions and 2 deletions
2
README
2
README
|
@ -17,7 +17,7 @@ install locally by:
|
||||||
5) Install:
|
5) Install:
|
||||||
make install
|
make install
|
||||||
6) Update your PATH environment variable
|
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
|
. $HOME/.bashrc
|
||||||
7) Run:
|
7) Run:
|
||||||
byobu
|
byobu
|
||||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -1,6 +1,8 @@
|
||||||
byobu (3.23) unreleased; urgency=low
|
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
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 06 Jan 2011 12:34:52 -0600
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue