Fix some formatting in README.adoc

This commit is contained in:
LordBlick 2015-09-20 14:00:02 +02:00
parent 9cf3bf736a
commit 073ab40a2b
1 changed files with 3 additions and 1 deletions

View File

@ -23,7 +23,9 @@ $ make install
If you want to change the default install prefix to match your KiCad If you want to change the default install prefix to match your KiCad
build, you can add for example use: build, you can add for example use:
`-DCMAKE_INSTALL_PREFIX=/usr` ```
-DCMAKE_INSTALL_PREFIX=/usr
```
If you occurred some problems, use `cmake --trace` instead `cmake` to If you occurred some problems, use `cmake --trace` instead `cmake` to
make build log more verbose, when you fill issue report. make build log more verbose, when you fill issue report.