aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJozanLeClerc <bousset.rudy@gmail.com>2020-11-04 12:37:20 +0100
committerJozanLeClerc <bousset.rudy@gmail.com>2020-11-04 12:37:20 +0100
commit186d332a466b695dabbaa043dbe88ff9be0accbf (patch)
tree36d72b4fed3b7750112ac0fb639720ac1df005c2
parentNew readme (diff)
downloadst-186d332a466b695dabbaa043dbe88ff9be0accbf.tar.gz
st-186d332a466b695dabbaa043dbe88ff9be0accbf.tar.bz2
st-186d332a466b695dabbaa043dbe88ff9be0accbf.tar.xz
st-186d332a466b695dabbaa043dbe88ff9be0accbf.tar.zst
st-186d332a466b695dabbaa043dbe88ff9be0accbf.zip
README fix
-rw-r--r--README.org14
1 files changed, 7 insertions, 7 deletions
diff --git a/README.org b/README.org
index 01afd56..1e2f516 100644
--- a/README.org
+++ b/README.org
@@ -1,9 +1,9 @@
#+TITLE: st - simple terminal
* Introduction
-This is my personnal build of [[*st*][https://st.suckless.org/]],
+This is my personnal build of [[https://st.suckless.org/][*st*]],
a simple terminal emulator for X which sucks less. I've applied some
-patches, added some compile flags and fixed the code accordingly.
+patches, added some compilation flags and fixed the code accordingly.
* Depedencies
- A C compiler
@@ -14,9 +14,9 @@ patches, added some compile flags and fixed the code accordingly.
To install this build, run these commands:
#+BEGIN_SRC shell
-$ git clone git://jozanleclerc.xyz/jozan/st.git
-$ cd st
-$ make
+user$ git clone git://jozanleclerc.xyz/jozan/st.git
+user$ cd st
+user$ make
# make install clean
#+END_SRC
@@ -26,7 +26,7 @@ variable in ~config.mk~.
* Applied patches
You can find a list of patches and check what those I've applied are
-doing on *st*'s [[patches][https://st.suckless.org/patches/]] page.
+doing on *st*'s [[https://st.suckless.org/patches/][patches]] page.
Here is my list:
- bold is not bright
@@ -40,7 +40,7 @@ Most settings are done by editing ~config.h~ and recompiling.
** Fonts
The default font is part of the
-[[Nerd Fonts][https://github.com/ryanoasis/nerd-fonts]] collection but can
+[[https://github.com/ryanoasis/nerd-fonts][Nerd Fonts]] collection but can
be changed in ~config.h:19~
** Colors