README.md (2022-07-16)

This commit is contained in:
q3aql 2022-07-16 13:16:24 +02:00
parent 0e0f3eedc9
commit 6625527be7

View File

@ -26,15 +26,15 @@ st-config - My configuration of st suckless simple terminal
* **Arch Linux:**
```shell
$ sudo pacman -S gcc make coreutils freetype2 libxinerama fontconfig --noconfirm
$ sudo pacman -S libx11 libxrender libxft --noconfirm
$ sudo pacman -S gcc git make coreutils freetype2 libxinerama fontconfig libx11 \
libxrender libxft --noconfirm
````
* **Debian/Ubuntu:**
```shell
$ sudo apt install gcc make coreutils libfreetype-dev libxinerama-dev libxft-dev -y
$ sudo apt install libfreetype6-dev libfontconfig1-dev libxrender-dev -y
$ sudo apt install gcc git make coreutils libfreetype-dev libxinerama-dev libxft-dev \
libfreetype6-dev libfontconfig1-dev libxrender-dev -y
````
### Build and install: