Update README

master
Marvin Johanning 2020-04-04 13:31:54 +02:00
parent 0329f8f8a0
commit e5702f2bf4
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
This is my fork of suckless' simple terminal (st for short). It includes pywal, has the patch applied for scrolling through the history (with vim controls) and a bunch of other stuff. This is my fork of suckless' simple terminal (st for short). It includes pywal, has the patch applied for scrolling through the history (with vim controls) and a bunch of other stuff.
## Prerequisites ## Prerequisites
You will need the Xlib header files for building the application; but they should already be installed on your machine if you're running GNU/Linux. I also use pywal for setting the color theme, you will therefore need to install pywal and run it at least once. Then open the `config.h` file and change the path at the top to your local user's one. You will need the Xlib header files for building the application; but they should already be installed on your machine if you're running GNU/Linux. I also use pywal for setting the color theme, you will therefore need to install pywal and run it at least once; the compiliation will fail otherwise. Then open the `config.h` file and change the path at the top to your local user's one.
## Installation ## Installation
You can edit the `config.mk` if you wish to change the setup according to your needs (it defaults to installing to /usr/local). You can edit the `config.mk` if you wish to change the setup according to your needs (it defaults to installing to /usr/local).
Afterwards, you can simply run `make clean install` Afterwards, you can simply run `make clean install` (or with `sudo` to install it system-wide using the settings defined in the `config.mk`)