chore(xo-server/README): uniformize code blocks

Follow-up of 2a70ebf66
This commit is contained in:
Julien Fontanet 2023-03-16 11:19:54 +01:00
parent d87f698512
commit 89bc6da5f4

View File

@ -25,14 +25,14 @@ Manual install procedure is [available here](https://xen-orchestra.com/docs/from
Production build:
```
$ yarn run build
```sh
yarn run build
```
Development build:
```
$ yarn run dev
```sh
yarn run dev
```
## How to report a bug?