mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 22:34:23 -07:00
fix the README to drop the BYOBU_PREFIX env var
This commit is contained in:
parent
a352386bb4
commit
063bca095e
1 changed files with 1 additions and 2 deletions
3
README
3
README
|
@ -16,8 +16,7 @@ install locally by:
|
||||||
make
|
make
|
||||||
5) Install:
|
5) Install:
|
||||||
make install
|
make install
|
||||||
6) Set up two environment variables:
|
6) Update your PATH environment variable
|
||||||
echo "export BYOBU_PREFIX=$HOME/byobu" >> $HOME/.bashrc
|
|
||||||
echo "export PATH=$PATH:$BYOBU_PREFIX/bin" >> $HOME/.bashrc
|
echo "export PATH=$PATH:$BYOBU_PREFIX/bin" >> $HOME/.bashrc
|
||||||
. $HOME/.bashrc
|
. $HOME/.bashrc
|
||||||
7) Run:
|
7) Run:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue