Remove precompiled package install instructions for Fedora

The install steps for precompiled package for Fedora are in the main
README.md.  BUILDING.md is for instructions on how to compile
from source. :)
This commit is contained in:
Justin Clift
2016-01-04 00:30:37 +00:00
parent 91745ee558
commit 3de90471a8
-5
View File
@@ -49,11 +49,6 @@ Done. :)
### CentOS / Fedora Linux
For Fedora 22 and 23 the RPM is available via DNF.
```
$ sudo dnf install sqlitebrowser
```
**1**. Make sure the `qt-devel`, `ant-antlr`, and `antlr-C++` packages are installed.<br />
```
$ sudo yum install qt-devel ant-antlr antlr-C++