commit c316293e4fc1175b2db15505e54869e4a9aca31f parent e6ce08e979f1f4ffefac7d197a942cf9b68b7dca Author: mrgrouse <bdmfegys@duck.com> Date: Mon, 18 Nov 2024 20:02:51 -0500 README: update for birdterm rename Diffstat:
| M | README | | | 20 | ++++++++++---------- |
1 file changed, 10 insertions(+), 10 deletions(-)
diff --git a/README b/README @@ -1,30 +1,30 @@ -st - simple terminal +birdterm - simple terminal -------------------- -st is a simple terminal emulator for X which sucks less. +birdterm is a simple terminal emulator for X which sucks less. Requirements ------------ -In order to build st you need the Xlib header files. +In order to build birdterm you need the Xlib header files. -Installation +Inbirdtermallation ------------ -Edit config.mk to match your local setup (st is installed into +Edit config.mk to match your local setup (birdterm is installed into the /usr/local namespace by default). -Afterwards enter the following command to build and install st (if +Afterwards enter the following command to build and install birdterm (if necessary as root): make clean install -Running st +Running birdterm ---------- -If you did not install st with make clean install, you must compile -the st terminfo entry with the following command: +If you did not install birdterm with make clean install, you mubirdterm compile +the birdterm terminfo entry with the following command: - tic -sx st.info + tic -sx birdterm.info See the man page for additional details.