Update README.md

This commit is contained in:
Kris Sekula 2019-01-23 16:50:29 +01:00 committed by GitHub
parent 28356a49f8
commit 711ff3c4bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -21,10 +21,10 @@ 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
```