Docs: Fix markdown typos (#26386)

fixed some markdown code format in the debian install docs.
This commit is contained in:
Anton Dollmaier 2020-07-17 00:55:50 +02:00 committed by GitHub
parent 5f0be93e47
commit 7a11ed91cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,7 @@ If you install from the APT repository, then Grafana is automatically updated ev
sudo apt-get install -y apt-transport-https sudo apt-get install -y apt-transport-https
sudo apt-get install -y software-properties-common wget sudo apt-get install -y software-properties-common wget
wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add - wget -q -O - https://packages.grafana.com/gpg.key | sudo apt-key add -
```
Add this repository for stable releases: Add this repository for stable releases:
@ -53,7 +54,7 @@ echo "deb https://packages.grafana.com/enterprise/deb beta main" | sudo tee -a /
After you add the repository: After you add the repository:
``` ```bash
sudo apt-get update sudo apt-get update
sudo apt-get install grafana-enterprise sudo apt-get install grafana-enterprise
``` ```
@ -79,7 +80,7 @@ echo "deb https://packages.grafana.com/oss/deb beta main" | sudo tee -a /etc/apt
After you add the repository: After you add the repository:
``` ```bash
sudo apt-get update sudo apt-get update
sudo apt-get install grafana sudo apt-get install grafana
``` ```