Skip to content

Commit

Permalink
Update README.adoc (#168)
Browse files Browse the repository at this point in the history
fix missing "./" in apt install
  • Loading branch information
flapili committed Dec 14, 2020
1 parent bbd1b96 commit be9c0ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,8 @@ $ docker run \
Each https://github.com/martin-helmich/prometheus-nginxlog-exporter/releases[release]
from 1.5.1 or newer provides both DEB and RPM packages.
$ wget https://github.com/martin-helmich/prometheus-nginxlog-exporter/releases/download/v1.6.0/prometheus-nginxlog-exporter_1.6.0_linux_amd64.deb
$ apt install prometheus-nginxlog-exporter_1.6.0_linux_amd64.deb
$ wget https://github.com/martin-helmich/prometheus-nginxlog-exporter/releases/download/v1.8.0/prometheus-nginxlog-exporter_1.8.0_linux_amd64.deb
$ apt install ./prometheus-nginxlog-exporter_1.8.0_linux_amd64.deb
The package come with a dependency on systemd and configure the exporter to be
running automatically:
Expand Down

0 comments on commit be9c0ab

Please sign in to comment.