Просмотр исходного кода

Made installation doc consistent

Utkarsh Bhatnagar 10 лет назад
Родитель
Сommit
54be4c5e2c
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      docs/sources/installation/rpm.md

+ 3 - 3
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