Made installation doc consistent

pull/3025/head
Utkarsh Bhatnagar 10 years ago
parent 45cdbe0a18
commit 54be4c5e2c
  1. 6
      docs/sources/installation/rpm.md

@ -10,7 +10,7 @@ page_keywords: grafana, installation, centos, fedora, opensuse, redhat, guide
Description | Download
------------ | -------------
.RPM for Fedora / RHEL / CentOS / OpenSuse Linux | [grafana-2.1.3-1.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.3-1.x86_64.rpm)
.RPM for CentOS / Fedora / OpenSuse / Redhat Linux | [grafana-2.1.3-1.x86_64.rpm](https://grafanarel.s3.amazonaws.com/builds/grafana-2.1.3-1.x86_64.rpm)
## Install from package file
@ -20,12 +20,12 @@ You can install Grafana using Yum directly.
Or install manually using `rpm`.
On Fedora / RHEL / CentOS run the following commands to install the `rpm`:
#### On CentOS / Fedora / Redhat:
$ sudo yum install initscripts fontconfig
$ sudo rpm -Uvh grafana-2.1.3-1.x86_64.rpm
On OpenSuse run the following command to install the `rpm`.
#### On OpenSuse:
$ sudo rpm -i --nodeps grafana-2.1.3-1.x86_64.rpm

Loading…
Cancel
Save