Update README.md

This commit is contained in:
Kris Sekula 2019-01-23 16:53:19 +01:00 committed by GitHub
parent eccd89eda3
commit fc3f34885e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -21,15 +21,15 @@ Here is an example of thos the graphs look like:
1. Install ubuntu server 16.04 64bit (I used: ubuntu-16.04.5-server-amd64.iso)
* Basic installation, only select OpenSSH from the package list, create a user.
* Basic installation, only select OpenSSH from the package list, create a user.
2. Install Prometheus:
* create required user:
* create required user:
```
sudo useradd -M -s /bin/fals prometheus
```
* create required folders:
* create required folders:
```
sudo mkdir /etc/prometheus