Fixed README code block formatting
This commit is contained in:
parent
95e5c65730
commit
793721451c
|
@ -16,11 +16,11 @@ qq2clone has these dependences:
|
||||||
# INSTALL
|
# 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.
|
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 &&
|
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 &&
|
chmod +x .qq2clone_installer.bash &&
|
||||||
./.qq2clone_installer.bash
|
./.qq2clone_installer.bash
|
||||||
`
|
```
|
||||||
|
|
||||||
# FAQ
|
# FAQ
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue