From bc97fa645ce7de1341da522017d67393d2253672 Mon Sep 17 00:00:00 2001 From: Fabian <58243358+FabianPaci@users.noreply.github.com> Date: Sat, 29 Jan 2022 18:39:07 +1100 Subject: [PATCH] git installation fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c410e4b..ec6cb3a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ features that make it literally the best terminal emulator ever: You should have xlib header files and libharfbuzz build files installed. ``` -git clone https://github.com/LukeSmithxyz/st +git clone https://github.com/LukeSmithxyz/st.git cd st sudo make install ```