diff options
author | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-04 12:37:20 +0100 |
---|---|---|
committer | JozanLeClerc <bousset.rudy@gmail.com> | 2020-11-04 12:37:20 +0100 |
commit | 186d332a466b695dabbaa043dbe88ff9be0accbf (patch) | |
tree | 36d72b4fed3b7750112ac0fb639720ac1df005c2 | |
parent | New readme (diff) | |
download | st-186d332a466b695dabbaa043dbe88ff9be0accbf.tar.gz st-186d332a466b695dabbaa043dbe88ff9be0accbf.tar.bz2 st-186d332a466b695dabbaa043dbe88ff9be0accbf.tar.xz st-186d332a466b695dabbaa043dbe88ff9be0accbf.tar.zst st-186d332a466b695dabbaa043dbe88ff9be0accbf.zip |
README fix
-rw-r--r-- | README.org | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -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 |