aboutsummaryrefslogtreecommitdiff
path: root/content/blog/2022-12-17-st.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/blog/2022-12-17-st.md')
-rw-r--r--content/blog/2022-12-17-st.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/content/blog/2022-12-17-st.md b/content/blog/2022-12-17-st.md
index 13236a0..732179e 100644
--- a/content/blog/2022-12-17-st.md
+++ b/content/blog/2022-12-17-st.md
@@ -57,8 +57,8 @@ Note that customizing `st` requires you to modify the source files or to
download one of the [available patches](https://st.suckless.org/patches/) for
suckless.org.
-If you've already installed `st` and want to customize or install a patch,
-start by uninstalling the current program.
+If you've already installed `st` and want to customize or install a patch, start
+by uninstalling the current program.
```sh
cd ~/suckless/st
@@ -75,8 +75,8 @@ wget https://st.suckless.org/patches/defaultfontsize/st-defaultfontsize-20210225
```
Once the file is downloaded inside the `st` folder, apply the patch and
-re-install the program. You may need to install the `patch` command if you
-don't have it installed already (you should have installed it above).
+re-install the program. You may need to install the `patch` command if you don't
+have it installed already (you should have installed it above).
```sh
patch -i st-defaultfontsize-20210225-4ef0cbd.diff