From 2338317748b2fa68cdbf44fd69b3c36b3963af34 Mon Sep 17 00:00:00 2001 From: Sagar Rout Date: Tue, 20 Oct 2020 12:19:40 +0530 Subject: [PATCH] Fix readme git clone url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 811f446..b126b75 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The [suckless terminal (st)](https://st.suckless.org/) with some additional feat ## Installation for newbs ``` -git clone https://github.com/LukeSmithxyz/st +git clone https://github.com/LukeSmithxyz/st.git cd st sudo make install ```