Fixed README code block formatting

This commit is contained in:
Jesse Gardner 2021-07-14 13:06:22 -07:00
parent 95e5c65730
commit 793721451c
1 changed files with 2 additions and 2 deletions

View File

@ -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