mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
README: add a note about gsed
This commit is contained in:
parent
504867b669
commit
52d9a968bf
2 changed files with 3 additions and 1 deletions
3
README
3
README
|
@ -22,9 +22,10 @@ install locally by:
|
||||||
7) Run:
|
7) Run:
|
||||||
byobu
|
byobu
|
||||||
|
|
||||||
Note that you will need to have two dependencies installed:
|
Note that you will need to have a few dependencies installed:
|
||||||
* screen
|
* screen
|
||||||
* python-newt (if you want to use Byobu's configuration utility)
|
* python-newt (if you want to use Byobu's configuration utility)
|
||||||
|
* gsed (if your sed implementation doesn't support -i)
|
||||||
|
|
||||||
Dustin Kirkland <dustin.kirkland@gmail.com>
|
Dustin Kirkland <dustin.kirkland@gmail.com>
|
||||||
2010-07-28
|
2010-07-28
|
||||||
|
|
1
debian/changelog
vendored
1
debian/changelog
vendored
|
@ -16,6 +16,7 @@ byobu (3.7) unreleased; urgency=low
|
||||||
uninstall, usr/share/byobu/keybindings/f-keys:
|
uninstall, usr/share/byobu/keybindings/f-keys:
|
||||||
- use gsed, where available; should help with BSD issues running byobu,
|
- use gsed, where available; should help with BSD issues running byobu,
|
||||||
LP: #651993
|
LP: #651993
|
||||||
|
* README: add a note about gsed
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 21 Oct 2010 12:09:14 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Thu, 21 Oct 2010 12:09:14 -0500
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue