Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

Commit 76506ba

Browse files
committed
README.md (2022-07-10)
1 parent 7b81da7 commit 76506ba

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ st-config - My configuration of st suckless simple terminal
44
### Information:
55

66
* This build contains the following configurations:
7+
78
* `Font mono by default`
89
* `Font size 13`
910
* `Shell bash by default`
@@ -21,10 +22,16 @@ st-config - My configuration of st suckless simple terminal
2122
### Dependencies:
2223

2324
* **Arch Linux:**
24-
* `sudo pacman -S gcc make coreutils freetype2 libxinerama fontconfig libx11 libxrender`
25+
26+
```shell
27+
$ sudo pacman -S gcc make coreutils freetype2 libxinerama fontconfig libx11 libxrender
28+
````
2529

2630
* **Debian/Ubuntu:**
27-
* `sudo apt install gcc make coreutils libfreetype-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev libxrender-dev`
31+
32+
```shell
33+
$ sudo apt install gcc make coreutils libfreetype-dev libxinerama-dev libfreetype6-dev libfontconfig1-dev libxrender-dev
34+
````
2835
2936
### Build and install:
3037

0 commit comments

Comments
 (0)