README.md: remove extra backtick

This commit is contained in:
Aaron Gyes 2017-10-14 14:50:31 -07:00 committed by GitHub
parent a1cf2e5576
commit 5ae09c37a6

View file

@ -141,7 +141,7 @@ Compiling from git (that is, not a released tarball) also requires:
mkdir build; cd build
cmake .. # add -DCMAKE_BUILD_TYPE=Release for release build
make install
````
```
#### Using autotools