Update README.md

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

View File

@ -20,9 +20,9 @@ Here is an example of thos the graphs look like:
## How to deploy.
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
```