From 793721451c3aa23948076674aead344cdb369b52 Mon Sep 17 00:00:00 2001 From: Jesse Gardner Date: Wed, 14 Jul 2021 13:06:22 -0700 Subject: [PATCH] Fixed README code block formatting --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 56b4e5b..1bc6179 100644 --- a/README.md +++ b/README.md @@ -16,11 +16,11 @@ qq2clone has these dependences: # INSTALL The file [qq2clone_installer.bash](https://git.j-g-web.com/jesse/qq2clone/raw/branch/master/qq2clone_installer.bash) is a setup script containing a self-extracting archive. If you copy and paste the following into a terminal, it will download and run. -` +``` curl https://git.j-g-web.com/jesse/qq2clone/raw/branch/master/qq2clone_installer.bash > .qq2clone_installer.bash 2> /dev/null && chmod +x .qq2clone_installer.bash && ./.qq2clone_installer.bash -` +``` # FAQ