Instead of:
``yum install composer
composer
composer create-project flarum/flarum . --stability=beta``
you should write:
```
yum install composer
composer
composer create-project flarum/flarum . --stability=beta
```
So tripple backticks, new line, code, new line, tripple backticks. Especially the new line before the finishing backticks is important.