fix(docs/xoa): bad markdown formatting

This commit is contained in:
Julien Fontanet 2020-02-28 09:10:54 +01:00
parent e92960a413
commit e43ccd155b

View File

@ -43,13 +43,12 @@ curl -sS https://xoa.io/deploy | bash
> ```
> curl: (35) error:1407742E:SSL routines:SSL23_GET_SERVER_HELLO:tlsv1 alert protocol version
> ```
````
>
> It means that the secure HTTPS protocol is not supported, you can bypass this using the unsecure command instead:
>
> ```
> curl -sS http://xoa.io/deploy | bash
````
> ```
Follow the instructions: