From e5acff67b4bc87ebc4415e5cfc8879ced20ea0b2 Mon Sep 17 00:00:00 2001 From: Armaan Bhojwani Date: Tue, 5 Jan 2021 14:40:19 -0500 Subject: [PATCH] Fix markdown formatting on README Sourcehut apparently does not support two spaces at the end of a line to create a line break --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 73fcc13..c8682af 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,13 @@ Latin famous phrases in the terminal ## Installation Clone the repository to get the development version, or get the latest release from [here](https://git.sr.ht/~armaan/phrases/refs) -`sudo make install` to install the `phrases` script. -`sudo make install-extract` to install the `phrases-extract` script. -`sudo make uninstall` to uninstall completely. -`sudo make reinstall` to reinstall. +`sudo make install` to install the `phrases` script. + +`sudo make install-extract` to install the `phrases-extract` script. + +`sudo make uninstall` to uninstall completely + +`sudo make reinstall` to reinstall. The program can also be run without installing as well -- 2.39.2