From 88fe31feada019de5fb20b9572f7939652f278f7 Mon Sep 17 00:00:00 2001 From: Starman0620 <28871190+Starman0620@users.noreply.github.com> Date: Fri, 23 Apr 2021 22:17:09 -0400 Subject: [PATCH] Fixed code block in readme --- readme.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/readme.md b/readme.md index ca5a82b6..e4388e08 100644 --- a/readme.md +++ b/readme.md @@ -218,7 +218,8 @@ Or, if you wish to run from the build directory, you need to correct directories ## Installing SDR++ To install SDR++, run the following command in your ``build`` folder: ```sh -sudo make install``` +sudo make install +``` # Contributing